Html Css Color HEX #526244 Cabbage Pont

📋 copy color: '#526244'

red 82 ◦ green 98 ◦ blue 68

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

Shades of Cabbage Pont #526244

Tints of Cabbage Pont #526244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 33.06%
G = 39.52%
B = 27.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#526244 (or 0x526244) is known color: Cabbage Pont. HEX triplet: 52, 62 and 44. RGB value is (82,98,68). Sum of RGB (Red+Green+Blue) = 82+98+68=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #526244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526244 is #AD9DBB. Grayscale: #595959. Windows color (decimal): -11378108 or 4481618. OLE color: 4481618.

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

Color convert

RGB 82 98 68 -
CMYK 0.16 0 0.31 0.62
HSL 92º 0.18% 0.33% -
HSV(B) 92º 0.31% 0.38% -
XYZ 8.89 10.95 7.11 -
YUV 89.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 82 98 68 0.16 0 0.31 0.62 92 0.18 0.33
Hex 52 62 44 10 0 1F 3E 5C 12 21
Octal 122 142 104 20 0 37 76 134 22 41
Binary 1010010 1100010 1000100 10000 0 11111 111110 1011100 10010 100001

Color Harmonies of #526244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526244

Black with #526244

Text Example


Text Example

White with #526244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526244; }

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

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

background-color css

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

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

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

border-color css

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

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

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