Html Css Color HEX #3E5A0F Verdun Green

📋 copy color: '#3E5A0F'

red 62 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #3E5A0F

Tints of Verdun Green #3E5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.89%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 37.13%
G = 53.89%
B = 8.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#3E5A0F (or 0x3E5A0F) is known color: Verdun Green. HEX triplet: 3E, 5A and 0F. RGB value is (62,90,15). Sum of RGB (Red+Green+Blue) = 62+90+15=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5A0F is #C1A5F0. Grayscale: #494949. Windows color (decimal): -12690929 or 1006142. OLE color: 1006142.

HSL color Cylindrical-coordinate representation of color #3E5A0F: hue angle of 82.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E5A0F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 15 -
CMYK 0.31 0 0.83 0.65
HSL 82.4º 0.71% 0.21% -
HSV(B) 82.4º 0.83% 0.35% -
XYZ 5.73 8.37 1.77 -
YUV 73.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 62 90 15 0.31 0 0.83 0.65 82.4 0.71 0.21
Hex 3E 5A F 1F 0 53 41 52 47 15
Octal 76 132 17 37 0 123 101 122 107 25
Binary 111110 1011010 1111 11111 0 1010011 1000001 1010010 1000111 10101

Color Harmonies of #3E5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A0F

Black with #3E5A0F

Text Example


Text Example

White with #3E5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,15); }

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

background-color css

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

 a { background-color: rgb(62,90,15); }

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

border-color css

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

 span { border-color: rgb(62,90,15); }

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