Html Css Color HEX #528966 Como

📋 copy color: '#528966'

red 82 ◦ green 137 ◦ blue 102

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

Shades of Como #528966

Tints of Como #528966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 25.55%
G = 42.68%
B = 31.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#528966 (or 0x528966) is known color: Como. HEX triplet: 52, 89 and 66. RGB value is (82,137,102). Sum of RGB (Red+Green+Blue) = 82+137+102=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #528966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528966 is #AD7699. Grayscale: #747474. Windows color (decimal): -11368090 or 6719826. OLE color: 6719826.

HSL color Cylindrical-coordinate representation of color #528966: hue angle of 141.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528966 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 102 -
CMYK 0.40 0 0.26 0.46
HSL 141.82º 0.25% 0.43% -
HSV(B) 141.82º 0.4% 0.54% -
XYZ 14.82 20.64 15.77 -
YUV 116.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 82 137 102 0.40 0 0.26 0.46 141.82 0.25 0.43
Hex 52 89 66 28 0 1A 2E 8E 19 2B
Octal 122 211 146 50 0 32 56 216 31 53
Binary 1010010 10001001 1100110 101000 0 11010 101110 10001110 11001 101011

Color Harmonies of #528966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528966

Black with #528966

Text Example


Text Example

White with #528966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528966; }

 p { color: rgb(82,137,102); }

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

background-color css

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

 a { background-color: rgb(82,137,102); }

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

border-color css

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

 span { border-color: rgb(82,137,102); }

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