Html Css Color HEX #536F4D Cactus

📋 copy color: '#536F4D'

red 83 ◦ green 111 ◦ blue 77

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

Shades of Cactus #536F4D

Tints of Cactus #536F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 30.63%
G = 40.96%
B = 28.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#536F4D (or 0x536F4D) is known color: Cactus. HEX triplet: 53, 6F and 4D. RGB value is (83,111,77). Sum of RGB (Red+Green+Blue) = 83+111+77=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #536F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F4D is #AC90B2. Grayscale: #626262. Windows color (decimal): -11309235 or 5074771. OLE color: 5074771.

HSL color Cylindrical-coordinate representation of color #536F4D: hue angle of 109.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536F4D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 77 -
CMYK 0.25 0 0.31 0.56
HSL 109.41º 0.18% 0.37% -
HSV(B) 109.41º 0.31% 0.44% -
XYZ 10.59 13.74 9.12 -
YUV 98.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 83 111 77 0.25 0 0.31 0.56 109.41 0.18 0.37
Hex 53 6F 4D 19 0 1F 38 6D 12 25
Octal 123 157 115 31 0 37 70 155 22 45
Binary 1010011 1101111 1001101 11001 0 11111 111000 1101101 10010 100101

Color Harmonies of #536F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F4D

Black with #536F4D

Text Example


Text Example

White with #536F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536F4D; }

 p { color: rgb(83,111,77); }

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

background-color css

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

 a { background-color: rgb(83,111,77); }

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

border-color css

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

 span { border-color: rgb(83,111,77); }

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