#3A690D

Color #3A690D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3A690D

Tints of Dell #3A690D

Color information

#3A690D (or 0x3A690D) is unknown color: approx Dell. HEX triplet: 3A, 69 and 0D. RGB value is (58,105,13). Sum of RGB (Red+Green+Blue) = 58+105+13=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #3A690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A690D is #C596F2. Grayscale: #505050. Windows color (decimal): -12949235 or 878906. OLE color: 878906.

HSL color Cylindrical-coordinate representation of color #3A690D: hue angle of 90.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A690D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB5810513-
CMYK0.4500.880.59
HSL90.65º77.97%23.14%-
HSV(B)90.65º87.62%41.18%-
XYZ6.8711.032.15-
YUV80.4689.93111.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=32.95%
G=59.66%
B=7.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105130.4500.880.5990.6577.9723.14
Hex3A69D2D0583B5b4e17
Octal72151155501307313311627
Binary11101011010011101101101010110001110111011011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A690D; }

 p { color: rgb(58,105,13); }

 H1.HeaderClassName
 {
   color: #3A690D;
 }
 .AnyTagClassName
 {
   color: #3A690D;
 }
</style>
background-color css

<style>
 a { background-color: #3A690D; }

 a { background-color: rgb(58,105,13); }

 div.DivClassName
 {
   background-color: #3A690D;
 }
 .BgClassName
 {
   background-color: #3A690D;
 }
</style>
border-color css

<style>
 span { border-color: #3A690D; }

 span { border-color: rgb(58,105,13); }

 td.TdClassName
 {
   border-color: #3A690D;
 }
 .TagClassName
 {
   border-color: #3A690D;
 }
</style>