Html Css Color HEX #3E5C05 Verdun Green

📋 copy color: '#3E5C05'

red 62 ◦ green 92 ◦ blue 5

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

Shades of Verdun Green #3E5C05

Tints of Verdun Green #3E5C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 57.86%

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 38.99%
G = 57.86%
B = 3.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#3E5C05 (or 0x3E5C05) is known color: Verdun Green. HEX triplet: 3E, 5C and 05. RGB value is (62,92,5). Sum of RGB (Red+Green+Blue) = 62+92+5=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #3E5C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5C05 is #C1A3FA. Grayscale: #494949. Windows color (decimal): -12690427 or 351294. OLE color: 351294.

HSL color Cylindrical-coordinate representation of color #3E5C05: hue angle of 80.69º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E5C05 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 92 5 -
CMYK 0.33 0 0.95 0.64
HSL 80.69º 0.9% 0.19% -
HSV(B) 80.69º 0.95% 0.36% -
XYZ 5.84 8.69 1.51 -
YUV 73.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 62 92 5 0.33 0 0.95 0.64 80.69 0.9 0.19
Hex 3E 5C 5 21 0 5F 40 51 5A 13
Octal 76 134 5 41 0 137 100 121 132 23
Binary 111110 1011100 101 100001 0 1011111 1000000 1010001 1011010 10011

Color Harmonies of #3E5C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5C05

Black with #3E5C05

Text Example


Text Example

White with #3E5C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,92,5); }

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

background-color css

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

 a { background-color: rgb(62,92,5); }

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

border-color css

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

 span { border-color: rgb(62,92,5); }

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