Html Css Color HEX #577250 Cactus

📋 copy color: '#577250'

red 87 ◦ green 114 ◦ blue 80

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

Shades of Cactus #577250

Tints of Cactus #577250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 30.96%
G = 40.57%
B = 28.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#577250 (or 0x577250) is known color: Cactus. HEX triplet: 57, 72 and 50. RGB value is (87,114,80). Sum of RGB (Red+Green+Blue) = 87+114+80=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #577250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577250 is #A88DAF. Grayscale: #666666. Windows color (decimal): -11046320 or 5272151. OLE color: 5272151.

HSL color Cylindrical-coordinate representation of color #577250: hue angle of 107.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577250 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 114 80 -
CMYK 0.24 0 0.30 0.55
HSL 107.65º 0.18% 0.38% -
HSV(B) 107.65º 0.3% 0.45% -
XYZ 11.4 14.64 9.81 -
YUV 102.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 87 114 80 0.24 0 0.30 0.55 107.65 0.18 0.38
Hex 57 72 50 18 0 1E 37 6C 12 26
Octal 127 162 120 30 0 36 67 154 22 46
Binary 1010111 1110010 1010000 11000 0 11110 110111 1101100 10010 100110

Color Harmonies of #577250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577250

Black with #577250

Text Example


Text Example

White with #577250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577250; }

 p { color: rgb(87,114,80); }

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

background-color css

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

 a { background-color: rgb(87,114,80); }

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

border-color css

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

 span { border-color: rgb(87,114,80); }

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