#3E6416

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

Shades of Dell #3E6416

Tints of Dell #3E6416

Color information

#3E6416 (or 0x3E6416) is unknown color: approx Dell. HEX triplet: 3E, 64 and 16. RGB value is (62,100,22). Sum of RGB (Red+Green+Blue) = 62+100+22=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6416 is #C19BE9. Grayscale: #505050. Windows color (decimal): -12688362 or 1467454. OLE color: 1467454.

HSL color Cylindrical-coordinate representation of color #3E6416: hue angle of 89.23º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E6416 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB6210022-
CMYK0.3800.780.61
HSL89.23º63.93%23.92%-
HSV(B)89.23º78%39.22%-
XYZ6.6910.22.37-
YUV79.7595.41115.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 100 (39.45% from 255) = 54.35%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=33.70%
G=54.35%
B=11.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62100220.3800.780.6189.2363.9323.92
Hex3E64162604E3D594018
Octal76144264601167513110030
Binary111110110010010110100110010011101111011011001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,100,22); }

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

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

 a { background-color: rgb(62,100,22); }

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

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

 span { border-color: rgb(62,100,22); }

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