Html Css Color HEX #575E0F Verdun Green

📋 copy color: '#575E0F'

red 87 ◦ green 94 ◦ blue 15

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

Shades of Verdun Green #575E0F

Tints of Verdun Green #575E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.96%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 44.39%
G = 47.96%
B = 7.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#575E0F (or 0x575E0F) is known color: Verdun Green. HEX triplet: 57, 5E and 0F. RGB value is (87,94,15). Sum of RGB (Red+Green+Blue) = 87+94+15=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #575E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575E0F is #A8A1F0. Grayscale: #535353. Windows color (decimal): -11051505 or 1007191. OLE color: 1007191.

HSL color Cylindrical-coordinate representation of color #575E0F: hue angle of 65.32º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #575E0F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 15 -
CMYK 0.07 0 0.84 0.63
HSL 65.32º 0.72% 0.21% -
HSV(B) 65.32º 0.84% 0.37% -
XYZ 8.02 10.07 1.97 -
YUV 82.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 87 94 15 0.07 0 0.84 0.63 65.32 0.72 0.21
Hex 57 5E F 7 0 54 3F 41 48 15
Octal 127 136 17 7 0 124 77 101 110 25
Binary 1010111 1011110 1111 111 0 1010100 111111 1000001 1001000 10101

Color Harmonies of #575E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E0F

Black with #575E0F

Text Example


Text Example

White with #575E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E0F; }

 p { color: rgb(87,94,15); }

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

background-color css

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

 a { background-color: rgb(87,94,15); }

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

border-color css

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

 span { border-color: rgb(87,94,15); }

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