#51603F

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

Shades of Cabbage Pont #51603F

Tints of Cabbage Pont #51603F

Color information

#51603F (or 0x51603F) is unknown color: approx Cabbage Pont. HEX triplet: 51, 60 and 3F. RGB value is (81,96,63). Sum of RGB (Red+Green+Blue) = 81+96+63=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #51603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51603F is #AE9FC0. Grayscale: #575757. Windows color (decimal): -11444161 or 4153425. OLE color: 4153425.

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

Color convert

RGB819663-
CMYK0.1600.340.62
HSL87.27º20.75%31.18%-
HSV(B)87.27º34.38%37.65%-
XYZ8.4710.476.28-
YUV87.75114.03123.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 63 (25% from 255) = 26.25%
R=33.75%
G=40%
B=26.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196630.1600.340.6287.2720.7531.18
Hex51603F100223E57151f
Octal1211407720042761272537
Binary1010001110000011111110000010001011111010101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51603F; }

 p { color: rgb(81,96,63); }

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

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

 a { background-color: rgb(81,96,63); }

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

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

 span { border-color: rgb(81,96,63); }

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