Html Css Color HEX #526042 Cabbage Pont

📋 copy color: '#526042'

red 82 ◦ green 96 ◦ blue 66

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

Shades of Cabbage Pont #526042

Tints of Cabbage Pont #526042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 33.61%
G = 39.34%
B = 27.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#526042 (or 0x526042) is known color: Cabbage Pont. HEX triplet: 52, 60 and 42. RGB value is (82,96,66). Sum of RGB (Red+Green+Blue) = 82+96+66=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #526042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526042 is #AD9FBD. Grayscale: #585858. Windows color (decimal): -11378622 or 4350034. OLE color: 4350034.

HSL color Cylindrical-coordinate representation of color #526042: hue angle of 88º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526042 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 66 -
CMYK 0.15 0 0.31 0.62
HSL 88º 0.19% 0.32% -
HSV(B) 88º 0.31% 0.38% -
XYZ 8.65 10.55 6.74 -
YUV 88.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 82 96 66 0.15 0 0.31 0.62 88 0.19 0.32
Hex 52 60 42 F 0 1F 3E 58 13 20
Octal 122 140 102 17 0 37 76 130 23 40
Binary 1010010 1100000 1000010 1111 0 11111 111110 1011000 10011 100000

Color Harmonies of #526042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526042

Black with #526042

Text Example


Text Example

White with #526042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526042; }

 p { color: rgb(82,96,66); }

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

background-color css

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

 a { background-color: rgb(82,96,66); }

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

border-color css

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

 span { border-color: rgb(82,96,66); }

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