Html Css Color HEX #528561 Como

📋 copy color: '#528561'

red 82 ◦ green 133 ◦ blue 97

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

Shades of Como #528561

Tints of Como #528561

RGB

 RED value IS 82 (32.42% from 255) = 26.28%

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 26.28%
G = 42.63%
B = 31.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#528561 (or 0x528561) is known color: Como. HEX triplet: 52, 85 and 61. RGB value is (82,133,97). Sum of RGB (Red+Green+Blue) = 82+133+97=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #528561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528561 is #AD7A9E. Grayscale: #717171. Windows color (decimal): -11369119 or 6391122. OLE color: 6391122.

HSL color Cylindrical-coordinate representation of color #528561: hue angle of 137.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528561 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 97 -
CMYK 0.38 0 0.27 0.48
HSL 137.65º 0.24% 0.42% -
HSV(B) 137.65º 0.38% 0.52% -
XYZ 14.02 19.43 14.32 -
YUV 113.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 82 133 97 0.38 0 0.27 0.48 137.65 0.24 0.42
Hex 52 85 61 26 0 1B 30 8A 18 2A
Octal 122 205 141 46 0 33 60 212 30 52
Binary 1010010 10000101 1100001 100110 0 11011 110000 10001010 11000 101010

Color Harmonies of #528561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528561

Black with #528561

Text Example


Text Example

White with #528561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528561; }

 p { color: rgb(82,133,97); }

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

background-color css

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

 a { background-color: rgb(82,133,97); }

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

border-color css

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

 span { border-color: rgb(82,133,97); }

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