Html Css Color HEX #3E4B18 Verdun Green

📋 copy color: '#3E4B18'

red 62 ◦ green 75 ◦ blue 24

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

Shades of Verdun Green #3E4B18

Tints of Verdun Green #3E4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 38.51%
G = 46.58%
B = 14.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#3E4B18 (or 0x3E4B18) is known color: Verdun Green. HEX triplet: 3E, 4B and 18. RGB value is (62,75,24). Sum of RGB (Red+Green+Blue) = 62+75+24=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4B18 is #C1B4E7. Grayscale: #414141. Windows color (decimal): -12694760 or 1592126. OLE color: 1592126.

HSL color Cylindrical-coordinate representation of color #3E4B18: hue angle of 75.29º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E4B18 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 75 24 -
CMYK 0.17 0 0.68 0.71
HSL 75.29º 0.52% 0.19% -
HSV(B) 75.29º 0.68% 0.29% -
XYZ 4.67 6.12 1.8 -
YUV 65.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 62 75 24 0.17 0 0.68 0.71 75.29 0.52 0.19
Hex 3E 4B 18 11 0 44 47 4B 34 13
Octal 76 113 30 21 0 104 107 113 64 23
Binary 111110 1001011 11000 10001 0 1000100 1000111 1001011 110100 10011

Color Harmonies of #3E4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B18

Black with #3E4B18

Text Example


Text Example

White with #3E4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,24); }

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

background-color css

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

 a { background-color: rgb(62,75,24); }

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

border-color css

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

 span { border-color: rgb(62,75,24); }

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