Html Css Color HEX #3E6608 Verdun Green

📋 copy color: '#3E6608'

red 62 ◦ green 102 ◦ blue 8

#3E6608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3E6608

Tints of Verdun Green #3E6608

RGB

 RED value IS 62 (24.61% from 255) = 36.05%

 GREEN value IS 102 (40.23% from 255) = 59.3%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 36.05%
G = 59.3%
B = 4.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#3E6608 (or 0x3E6608) is known color: Verdun Green. HEX triplet: 3E, 66 and 08. RGB value is (62,102,8). Sum of RGB (Red+Green+Blue) = 62+102+8=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #3E6608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6608 is #C199F7. Grayscale: #4F4F4F. Windows color (decimal): -12687864 or 550462. OLE color: 550462.

HSL color Cylindrical-coordinate representation of color #3E6608: hue angle of 85.53º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E6608 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 102 8 -
CMYK 0.39 0 0.92 0.6
HSL 85.53º 0.85% 0.22% -
HSV(B) 85.53º 0.92% 0.4% -
XYZ 6.78 10.54 1.91 -
YUV 79.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 62 102 8 0.39 0 0.92 0.6 85.53 0.85 0.22
Hex 3E 66 8 27 0 5C 3C 56 55 16
Octal 76 146 10 47 0 134 74 126 125 26
Binary 111110 1100110 1000 100111 0 1011100 111100 1010110 1010101 10110

Color Harmonies of #3E6608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6608

Black with #3E6608

Text Example


Text Example

White with #3E6608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,102,8); }

 H1.HeaderClassName
 {
   color: #3E6608;
 }
 .AnyTagClassName
 {
   color: #3E6608;
 }
</style>

background-color css

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

 a { background-color: rgb(62,102,8); }

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

border-color css

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

 span { border-color: rgb(62,102,8); }

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