#525F46

Color #525F46 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #525F46

Tints of Cabbage Pont #525F46

Color information

#525F46 (or 0x525F46) is unknown color: approx Cabbage Pont. HEX triplet: 52, 5F and 46. RGB value is (82,95,70). Sum of RGB (Red+Green+Blue) = 82+95+70=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #525F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F46 is #ADA0B9. Grayscale: #585858. Windows color (decimal): -11378874 or 4611922. OLE color: 4611922.

HSL color Cylindrical-coordinate representation of color #525F46: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525F46 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB829570-
CMYK0.1400.260.63
HSL91.2º15.15%32.35%-
HSV(B)91.2º26.32%37.25%-
XYZ8.6810.427.35-
YUV88.26117.69123.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=33.20%
G=38.46%
B=28.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295700.1400.260.6391.215.1532.35
Hex525F46E01A3F5bf20
Octal12213710616032771331740
Binary101001010111111000110111001101011111110110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F46; }

 p { color: rgb(82,95,70); }

 H1.HeaderClassName
 {
   color: #525F46;
 }
 .AnyTagClassName
 {
   color: #525F46;
 }
</style>
background-color css

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

 a { background-color: rgb(82,95,70); }

 div.DivClassName
 {
   background-color: #525F46;
 }
 .BgClassName
 {
   background-color: #525F46;
 }
</style>
border-color css

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

 span { border-color: rgb(82,95,70); }

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