Html Css Color HEX #3A550A Verdun Green

📋 copy color: '#3A550A'

red 58 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #3A550A

Tints of Verdun Green #3A550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.54%

R = 37.91%
G = 55.56%
B = 6.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#3A550A (or 0x3A550A) is known color: Verdun Green. HEX triplet: 3A, 55 and 0A. RGB value is (58,85,10). Sum of RGB (Red+Green+Blue) = 58+85+10=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #3A550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A550A is #C5AAF5. Grayscale: #444444. Windows color (decimal): -12954358 or 677178. OLE color: 677178.

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

Color convert

RGB 58 85 10 -
CMYK 0.32 0 0.88 0.67
HSL 81.6º 0.79% 0.19% -
HSV(B) 81.6º 0.88% 0.33% -
XYZ 5.05 7.42 1.45 -
YUV 68.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 58 85 10 0.32 0 0.88 0.67 81.6 0.79 0.19
Hex 3A 55 A 20 0 58 43 52 4F 13
Octal 72 125 12 40 0 130 103 122 117 23
Binary 111010 1010101 1010 100000 0 1011000 1000011 1010010 1001111 10011

Color Harmonies of #3A550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A550A

Black with #3A550A

Text Example


Text Example

White with #3A550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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