Html Css Color HEX #528462 Como

📋 copy color: '#528462'

red 82 ◦ green 132 ◦ blue 98

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

Shades of Como #528462

Tints of Como #528462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 26.28%
G = 42.31%
B = 31.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#528462 (or 0x528462) is known color: Como. HEX triplet: 52, 84 and 62. RGB value is (82,132,98). Sum of RGB (Red+Green+Blue) = 82+132+98=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #528462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528462 is #AD7B9D. Grayscale: #717171. Windows color (decimal): -11369374 or 6456402. OLE color: 6456402.

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

Color convert

RGB 82 132 98 -
CMYK 0.38 0 0.26 0.48
HSL 139.2º 0.23% 0.42% -
HSV(B) 139.2º 0.38% 0.52% -
XYZ 13.94 19.18 14.52 -
YUV 113.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 82 132 98 0.38 0 0.26 0.48 139.2 0.23 0.42
Hex 52 84 62 26 0 1A 30 8B 17 2A
Octal 122 204 142 46 0 32 60 213 27 52
Binary 1010010 10000100 1100010 100110 0 11010 110000 10001011 10111 101010

Color Harmonies of #528462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528462

Black with #528462

Text Example


Text Example

White with #528462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528462; }

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

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

background-color css

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

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

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

border-color css

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

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

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