Html Css Color HEX #528262 Como

📋 copy color: '#528262'

red 82 ◦ green 130 ◦ blue 98

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

Shades of Como #528262

Tints of Como #528262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 26.45%
G = 41.94%
B = 31.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#528262 (or 0x528262) is known color: Como. HEX triplet: 52, 82 and 62. RGB value is (82,130,98). Sum of RGB (Red+Green+Blue) = 82+130+98=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #528262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528262 is #AD7D9D. Grayscale: #707070. Windows color (decimal): -11369886 or 6455890. OLE color: 6455890.

HSL color Cylindrical-coordinate representation of color #528262: hue angle of 140º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528262 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 98 -
CMYK 0.37 0 0.25 0.49
HSL 140º 0.23% 0.42% -
HSV(B) 140º 0.37% 0.51% -
XYZ 13.67 18.64 14.43 -
YUV 112 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 82 130 98 0.37 0 0.25 0.49 140 0.23 0.42
Hex 52 82 62 25 0 19 31 8C 17 2A
Octal 122 202 142 45 0 31 61 214 27 52
Binary 1010010 10000010 1100010 100101 0 11001 110001 10001100 10111 101010

Color Harmonies of #528262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528262

Black with #528262

Text Example


Text Example

White with #528262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528262; }

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

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

background-color css

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

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

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

border-color css

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

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

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