#4B5A3D

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

Shades of Cabbage Pont #4B5A3D

Tints of Cabbage Pont #4B5A3D

Color information

#4B5A3D (or 0x4B5A3D) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 5A and 3D. RGB value is (75,90,61). Sum of RGB (Red+Green+Blue) = 75+90+61=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A3D is #B4A5C2. Grayscale: #525252. Windows color (decimal): -11838915 or 4020811. OLE color: 4020811.

HSL color Cylindrical-coordinate representation of color #4B5A3D: hue angle of 91.03º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B5A3D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB759061-
CMYK0.1700.320.65
HSL91.03º19.21%29.61%-
HSV(B)91.03º32.22%35.29%-
XYZ7.49.155.79-
YUV82.21116.03122.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=33.19%
G=39.82%
B=26.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7590610.1700.320.6591.0319.2129.61
Hex4B5A3D11020415b131e
Octal11313275210401011332336
Binary10010111011010111101100010100000100000110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,90,61); }

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

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

 a { background-color: rgb(75,90,61); }

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

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

 span { border-color: rgb(75,90,61); }

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