Html Css Color HEX #537251 Cactus

📋 copy color: '#537251'

red 83 ◦ green 114 ◦ blue 81

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

Shades of Cactus #537251

Tints of Cactus #537251

RGB

 RED value IS 83 (32.81% from 255) = 29.86%

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

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 29.86%
G = 41.01%
B = 29.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#537251 (or 0x537251) is known color: Cactus. HEX triplet: 53, 72 and 51. RGB value is (83,114,81). Sum of RGB (Red+Green+Blue) = 83+114+81=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #537251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537251 is #AC8DAE. Grayscale: #656565. Windows color (decimal): -11308463 or 5337683. OLE color: 5337683.

HSL color Cylindrical-coordinate representation of color #537251: hue angle of 116.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537251 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 81 -
CMYK 0.27 0 0.29 0.55
HSL 116.36º 0.17% 0.38% -
HSV(B) 116.36º 0.29% 0.45% -
XYZ 11.07 14.47 9.99 -
YUV 100.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 83 114 81 0.27 0 0.29 0.55 116.36 0.17 0.38
Hex 53 72 51 1B 0 1D 37 74 11 26
Octal 123 162 121 33 0 35 67 164 21 46
Binary 1010011 1110010 1010001 11011 0 11101 110111 1110100 10001 100110

Color Harmonies of #537251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537251

Black with #537251

Text Example


Text Example

White with #537251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537251; }

 p { color: rgb(83,114,81); }

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

background-color css

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

 a { background-color: rgb(83,114,81); }

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

border-color css

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

 span { border-color: rgb(83,114,81); }

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