#485A3F

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

Shades of Cabbage Pont #485A3F

Tints of Cabbage Pont #485A3F

Color information

#485A3F (or 0x485A3F) is unknown color: approx Cabbage Pont. HEX triplet: 48, 5A and 3F. RGB value is (72,90,63). Sum of RGB (Red+Green+Blue) = 72+90+63=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #485A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A3F is #B7A5C0. Grayscale: #515151. Windows color (decimal): -12035521 or 4151880. OLE color: 4151880.

HSL color Cylindrical-coordinate representation of color #485A3F: hue angle of 100º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485A3F is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB729063-
CMYK0.2000.300.65
HSL100º17.65%30%-
HSV(B)100º30%35.29%-
XYZ7.239.056.07-
YUV81.54117.54121.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 63 (25% from 255) = 28%
R=32%
G=40%
B=28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290630.2000.300.6510017.6530
Hex485A3F1401E4164121e
Octal11013277240361011442236
Binary1001000101101011111110100011110100000111001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A3F; }

 p { color: rgb(72,90,63); }

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

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

 a { background-color: rgb(72,90,63); }

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

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

 span { border-color: rgb(72,90,63); }

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