Html Css Color HEX #528461 Como

📋 copy color: '#528461'

red 82 ◦ green 132 ◦ blue 97

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

Shades of Como #528461

Tints of Como #528461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 26.37%
G = 42.44%
B = 31.19%

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

#528461 (or 0x528461) is known color: Como. HEX triplet: 52, 84 and 61. RGB value is (82,132,97). Sum of RGB (Red+Green+Blue) = 82+132+97=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #528461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528461 is #AD7B9E. Grayscale: #717171. Windows color (decimal): -11369375 or 6390866. OLE color: 6390866.

HSL color Cylindrical-coordinate representation of color #528461: hue angle of 138º degrees, saturation: 0.23, 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 #528461 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 97 -
CMYK 0.38 0 0.27 0.48
HSL 138º 0.23% 0.42% -
HSV(B) 138º 0.38% 0.52% -
XYZ 13.89 19.16 14.28 -
YUV 113.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 82 132 97 0.38 0 0.27 0.48 138 0.23 0.42
Hex 52 84 61 26 0 1B 30 8A 17 2A
Octal 122 204 141 46 0 33 60 212 27 52
Binary 1010010 10000100 1100001 100110 0 11011 110000 10001010 10111 101010

Color Harmonies of #528461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528461

Black with #528461

Text Example


Text Example

White with #528461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528461; }

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

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

background-color css

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

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

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

border-color css

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

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

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