Html Css Color HEX #3A550B Verdun Green

📋 copy color: '#3A550B'

red 58 ◦ green 85 ◦ blue 11

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

Shades of Verdun Green #3A550B

Tints of Verdun Green #3A550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 37.66%
G = 55.19%
B = 7.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#3A550B (or 0x3A550B) is known color: Verdun Green. HEX triplet: 3A, 55 and 0B. RGB value is (58,85,11). Sum of RGB (Red+Green+Blue) = 58+85+11=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #3A550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A550B is #C5AAF4. Grayscale: #444444. Windows color (decimal): -12954357 or 742714. OLE color: 742714.

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

Color convert

RGB 58 85 11 -
CMYK 0.32 0 0.87 0.67
HSL 81.89º 0.77% 0.19% -
HSV(B) 81.89º 0.87% 0.33% -
XYZ 5.05 7.42 1.48 -
YUV 68.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 58 85 11 0.32 0 0.87 0.67 81.89 0.77 0.19
Hex 3A 55 B 20 0 57 43 52 4D 13
Octal 72 125 13 40 0 127 103 122 115 23
Binary 111010 1010101 1011 100000 0 1010111 1000011 1010010 1001101 10011

Color Harmonies of #3A550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A550B

Black with #3A550B

Text Example


Text Example

White with #3A550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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