Html Css Color HEX #575307 Verdun Green

📋 copy color: '#575307'

red 87 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #575307

Tints of Verdun Green #575307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 49.15%
G = 46.89%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#575307 (or 0x575307) is known color: Verdun Green. HEX triplet: 57, 53 and 07. RGB value is (87,83,7). Sum of RGB (Red+Green+Blue) = 87+83+7=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #575307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575307 is #A8ACF8. Grayscale: #4B4B4B. Windows color (decimal): -11054329 or 480087. OLE color: 480087.

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

Color convert

RGB 87 83 7 -
CMYK 0 0.05 0.92 0.66
HSL 57º 0.85% 0.18% -
HSV(B) 57º 0.92% 0.34% -
XYZ 7.06 8.23 1.42 -
YUV 75.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 87 83 7 0 0.05 0.92 0.66 57 0.85 0.18
Hex 57 53 7 0 5 5C 42 39 55 12
Octal 127 123 7 0 5 134 102 71 125 22
Binary 1010111 1010011 111 0 101 1011100 1000010 111001 1010101 10010

Color Harmonies of #575307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575307

Black with #575307

Text Example


Text Example

White with #575307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575307; }

 p { color: rgb(87,83,7); }

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

background-color css

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

 a { background-color: rgb(87,83,7); }

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

border-color css

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

 span { border-color: rgb(87,83,7); }

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