Html Css Color HEX #575104 Verdun Green

📋 copy color: '#575104'

red 87 ◦ green 81 ◦ blue 4

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

Shades of Verdun Green #575104

Tints of Verdun Green #575104

RGB

 RED value IS 87 (34.38% from 255) = 50.58%

 GREEN value IS 81 (32.03% from 255) = 47.09%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 50.58%
G = 47.09%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#575104 (or 0x575104) is known color: Verdun Green. HEX triplet: 57, 51 and 04. RGB value is (87,81,4). Sum of RGB (Red+Green+Blue) = 87+81+4=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #575104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575104 is #A8AEFB. Grayscale: #4A4A4A. Windows color (decimal): -11054844 or 282967. OLE color: 282967.

HSL color Cylindrical-coordinate representation of color #575104: hue angle of 55.66º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #575104 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 4 -
CMYK 0 0.07 0.95 0.66
HSL 55.66º 0.91% 0.18% -
HSV(B) 55.66º 0.95% 0.34% -
XYZ 6.89 7.92 1.28 -
YUV 74.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 87 81 4 0 0.07 0.95 0.66 55.66 0.91 0.18
Hex 57 51 4 0 7 5F 42 38 5B 12
Octal 127 121 4 0 7 137 102 70 133 22
Binary 1010111 1010001 100 0 111 1011111 1000010 111000 1011011 10010

Color Harmonies of #575104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575104

Black with #575104

Text Example


Text Example

White with #575104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575104; }

 p { color: rgb(87,81,4); }

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

background-color css

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

 a { background-color: rgb(87,81,4); }

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

border-color css

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

 span { border-color: rgb(87,81,4); }

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