Html Css Color HEX #3A550E Verdun Green

📋 copy color: '#3A550E'

red 58 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #3A550E

Tints of Verdun Green #3A550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 36.94%
G = 54.14%
B = 8.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#3A550E (or 0x3A550E) is known color: Verdun Green. HEX triplet: 3A, 55 and 0E. RGB value is (58,85,14). Sum of RGB (Red+Green+Blue) = 58+85+14=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #3A550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A550E is #C5AAF1. Grayscale: #454545. Windows color (decimal): -12954354 or 939322. OLE color: 939322.

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

Color convert

RGB 58 85 14 -
CMYK 0.32 0 0.84 0.67
HSL 82.82º 0.72% 0.19% -
HSV(B) 82.82º 0.84% 0.33% -
XYZ 5.07 7.43 1.58 -
YUV 68.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 58 85 14 0.32 0 0.84 0.67 82.82 0.72 0.19
Hex 3A 55 E 20 0 54 43 53 48 13
Octal 72 125 16 40 0 124 103 123 110 23
Binary 111010 1010101 1110 100000 0 1010100 1000011 1010011 1001000 10011

Color Harmonies of #3A550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A550E

Black with #3A550E

Text Example


Text Example

White with #3A550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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