#536148

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

Shades of Cabbage Pont #536148

Tints of Cabbage Pont #536148

Color information

#536148 (or 0x536148) is unknown color: approx Cabbage Pont. HEX triplet: 53, 61 and 48. RGB value is (83,97,72). Sum of RGB (Red+Green+Blue) = 83+97+72=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #536148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536148 is #AC9EB7. Grayscale: #5A5A5A. Windows color (decimal): -11312824 or 4743507. OLE color: 4743507.

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

Color convert

RGB839772-
CMYK0.1400.260.62
HSL93.6º14.79%33.14%-
HSV(B)93.6º25.77%38.04%-
XYZ9.0110.867.75-
YUV89.96117.86123.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=32.94%
G=38.49%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397720.1400.260.6293.614.7933.14
Hex536148E01A3E5ef21
Octal12314111016032761361741
Binary101001111000011001000111001101011111010111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536148; }

 p { color: rgb(83,97,72); }

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

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

 a { background-color: rgb(83,97,72); }

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

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

 span { border-color: rgb(83,97,72); }

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