Html Css Color HEX #3E6B02 Verdun Green

📋 copy color: '#3E6B02'

red 62 ◦ green 107 ◦ blue 2

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

Shades of Verdun Green #3E6B02

Tints of Verdun Green #3E6B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.57%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 36.26%
G = 62.57%
B = 1.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#3E6B02 (or 0x3E6B02) is known color: Verdun Green. HEX triplet: 3E, 6B and 02. RGB value is (62,107,2). Sum of RGB (Red+Green+Blue) = 62+107+2=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B02 is #C194FD. Grayscale: #515151. Windows color (decimal): -12686590 or 158526. OLE color: 158526.

HSL color Cylindrical-coordinate representation of color #3E6B02: hue angle of 85.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E6B02 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 107 2 -
CMYK 0.42 0 0.98 0.58
HSL 85.71º 0.96% 0.21% -
HSV(B) 85.71º 0.98% 0.42% -
XYZ 7.26 11.54 1.9 -
YUV 81.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 62 107 2 0.42 0 0.98 0.58 85.71 0.96 0.21
Hex 3E 6B 2 2A 0 62 3A 56 60 15
Octal 76 153 2 52 0 142 72 126 140 25
Binary 111110 1101011 10 101010 0 1100010 111010 1010110 1100000 10101

Color Harmonies of #3E6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6B02

Black with #3E6B02

Text Example


Text Example

White with #3E6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,107,2); }

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

background-color css

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

 a { background-color: rgb(62,107,2); }

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

border-color css

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

 span { border-color: rgb(62,107,2); }

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