Html Css Color HEX #3E550C Verdun Green

📋 copy color: '#3E550C'

red 62 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #3E550C

Tints of Verdun Green #3E550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 38.99%
G = 53.46%
B = 7.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#3E550C (or 0x3E550C) is known color: Verdun Green. HEX triplet: 3E, 55 and 0C. RGB value is (62,85,12). Sum of RGB (Red+Green+Blue) = 62+85+12=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #3E550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E550C is #C1AAF3. Grayscale: #464646. Windows color (decimal): -12692212 or 808254. OLE color: 808254.

HSL color Cylindrical-coordinate representation of color #3E550C: hue angle of 78.9º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E550C is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 12 -
CMYK 0.27 0 0.86 0.67
HSL 78.9º 0.75% 0.19% -
HSV(B) 78.9º 0.86% 0.33% -
XYZ 5.3 7.55 1.53 -
YUV 69.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 62 85 12 0.27 0 0.86 0.67 78.9 0.75 0.19
Hex 3E 55 C 1B 0 56 43 4F 4B 13
Octal 76 125 14 33 0 126 103 117 113 23
Binary 111110 1010101 1100 11011 0 1010110 1000011 1001111 1001011 10011

Color Harmonies of #3E550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E550C

Black with #3E550C

Text Example


Text Example

White with #3E550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,85,12); }

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

background-color css

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

 a { background-color: rgb(62,85,12); }

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

border-color css

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

 span { border-color: rgb(62,85,12); }

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