#4F603F

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

Shades of Cabbage Pont #4F603F

Tints of Cabbage Pont #4F603F

Color information

#4F603F (or 0x4F603F) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 60 and 3F. RGB value is (79,96,63). Sum of RGB (Red+Green+Blue) = 79+96+63=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #4F603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F603F is #B09FC0. Grayscale: #575757. Windows color (decimal): -11575233 or 4153423. OLE color: 4153423.

HSL color Cylindrical-coordinate representation of color #4F603F: hue angle of 90.91º 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 #4F603F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB799663-
CMYK0.1800.340.62
HSL90.91º20.75%31.18%-
HSV(B)90.91º34.38%37.65%-
XYZ8.310.396.27-
YUV87.16114.37122.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 63 (25% from 255) = 26.47%
R=33.19%
G=40.34%
B=26.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996630.1800.340.6290.9120.7531.18
Hex4F603F120223E5b151f
Octal1171407722042761332537
Binary1001111110000011111110010010001011111010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F603F; }

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

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

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

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

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

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

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

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