Html Css Color HEX #3A550C Verdun Green

📋 copy color: '#3A550C'

red 58 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #3A550C

Tints of Verdun Green #3A550C

RGB

 RED value IS 58 (23.05% from 255) = 37.42%

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

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

R = 37.42%
G = 54.84%
B = 7.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#3A550C (or 0x3A550C) is known color: Verdun Green. HEX triplet: 3A, 55 and 0C. RGB value is (58,85,12). Sum of RGB (Red+Green+Blue) = 58+85+12=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #3A550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A550C is #C5AAF3. Grayscale: #444444. Windows color (decimal): -12954356 or 808250. OLE color: 808250.

HSL color Cylindrical-coordinate representation of color #3A550C: hue angle of 82.19º 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 #3A550C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 12 -
CMYK 0.32 0 0.86 0.67
HSL 82.19º 0.75% 0.19% -
HSV(B) 82.19º 0.86% 0.33% -
XYZ 5.06 7.42 1.51 -
YUV 68.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 58 85 12 0.32 0 0.86 0.67 82.19 0.75 0.19
Hex 3A 55 C 20 0 56 43 52 4B 13
Octal 72 125 14 40 0 126 103 122 113 23
Binary 111010 1010101 1100 100000 0 1010110 1000011 1010010 1001011 10011

Color Harmonies of #3A550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A550C

Black with #3A550C

Text Example


Text Example

White with #3A550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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