Html Css Color HEX #526141 Cabbage Pont

📋 copy color: '#526141'

red 82 ◦ green 97 ◦ blue 65

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

Shades of Cabbage Pont #526141

Tints of Cabbage Pont #526141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

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

R = 33.61%
G = 39.75%
B = 26.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#526141 (or 0x526141) is known color: Cabbage Pont. HEX triplet: 52, 61 and 41. RGB value is (82,97,65). Sum of RGB (Red+Green+Blue) = 82+97+65=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #526141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526141 is #AD9EBE. Grayscale: #585858. Windows color (decimal): -11378367 or 4284754. OLE color: 4284754.

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

Color convert

RGB 82 97 65 -
CMYK 0.15 0 0.33 0.62
HSL 88.13º 0.2% 0.32% -
HSV(B) 88.13º 0.33% 0.38% -
XYZ 8.71 10.72 6.61 -
YUV 88.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 82 97 65 0.15 0 0.33 0.62 88.13 0.2 0.32
Hex 52 61 41 F 0 21 3E 58 14 20
Octal 122 141 101 17 0 41 76 130 24 40
Binary 1010010 1100001 1000001 1111 0 100001 111110 1011000 10100 100000

Color Harmonies of #526141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526141

Black with #526141

Text Example


Text Example

White with #526141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526141; }

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

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

background-color css

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

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

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

border-color css

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

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

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