Html Css Color HEX #526041 Cabbage Pont

📋 copy color: '#526041'

red 82 ◦ green 96 ◦ blue 65

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

Shades of Cabbage Pont #526041

Tints of Cabbage Pont #526041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 33.74%
G = 39.51%
B = 26.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#526041 (or 0x526041) is known color: Cabbage Pont. HEX triplet: 52, 60 and 41. RGB value is (82,96,65). Sum of RGB (Red+Green+Blue) = 82+96+65=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #526041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526041 is #AD9FBE. Grayscale: #585858. Windows color (decimal): -11378623 or 4284498. OLE color: 4284498.

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

Color convert

RGB 82 96 65 -
CMYK 0.15 0 0.32 0.62
HSL 87.1º 0.19% 0.32% -
HSV(B) 87.1º 0.32% 0.38% -
XYZ 8.62 10.54 6.58 -
YUV 88.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 82 96 65 0.15 0 0.32 0.62 87.1 0.19 0.32
Hex 52 60 41 F 0 20 3E 57 13 20
Octal 122 140 101 17 0 40 76 127 23 40
Binary 1010010 1100000 1000001 1111 0 100000 111110 1010111 10011 100000

Color Harmonies of #526041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526041

Black with #526041

Text Example


Text Example

White with #526041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526041; }

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

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

background-color css

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

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

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

border-color css

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

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

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