Html Css Color HEX #3E6308 Verdun Green

📋 copy color: '#3E6308'

red 62 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #3E6308

Tints of Verdun Green #3E6308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

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

R = 36.69%
G = 58.58%
B = 4.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#3E6308 (or 0x3E6308) is known color: Verdun Green. HEX triplet: 3E, 63 and 08. RGB value is (62,99,8). Sum of RGB (Red+Green+Blue) = 62+99+8=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6308 is #C19CF7. Grayscale: #4D4D4D. Windows color (decimal): -12688632 or 549694. OLE color: 549694.

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

Color convert

RGB 62 99 8 -
CMYK 0.37 0 0.92 0.61
HSL 84.4º 0.85% 0.21% -
HSV(B) 84.4º 0.92% 0.39% -
XYZ 6.49 9.97 1.81 -
YUV 77.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 62 99 8 0.37 0 0.92 0.61 84.4 0.85 0.21
Hex 3E 63 8 25 0 5C 3D 54 55 15
Octal 76 143 10 45 0 134 75 124 125 25
Binary 111110 1100011 1000 100101 0 1011100 111101 1010100 1010101 10101

Color Harmonies of #3E6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6308

Black with #3E6308

Text Example


Text Example

White with #3E6308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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