Html Css Color HEX #528963 Como

📋 copy color: '#528963'

red 82 ◦ green 137 ◦ blue 99

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

Shades of Como #528963

Tints of Como #528963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.13%

R = 25.79%
G = 43.08%
B = 31.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#528963 (or 0x528963) is known color: Como. HEX triplet: 52, 89 and 63. RGB value is (82,137,99). Sum of RGB (Red+Green+Blue) = 82+137+99=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #528963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528963 is #AD769C. Grayscale: #747474. Windows color (decimal): -11368093 or 6523218. OLE color: 6523218.

HSL color Cylindrical-coordinate representation of color #528963: hue angle of 138.55º 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 #528963 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 99 -
CMYK 0.40 0 0.28 0.46
HSL 138.55º 0.25% 0.43% -
HSV(B) 138.55º 0.4% 0.54% -
XYZ 14.68 20.59 15 -
YUV 116.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 82 137 99 0.40 0 0.28 0.46 138.55 0.25 0.43
Hex 52 89 63 28 0 1C 2E 8B 19 2B
Octal 122 211 143 50 0 34 56 213 31 53
Binary 1010010 10001001 1100011 101000 0 11100 101110 10001011 11001 101011

Color Harmonies of #528963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528963

Black with #528963

Text Example


Text Example

White with #528963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528963; }

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

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

background-color css

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

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

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

border-color css

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

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

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