#4B602E

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

Shades of Clover #4B602E

Tints of Clover #4B602E

Color information

#4B602E (or 0x4B602E) is unknown color: approx Clover. HEX triplet: 4B, 60 and 2E. RGB value is (75,96,46). Sum of RGB (Red+Green+Blue) = 75+96+46=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #4B602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B602E is #B49FD1. Grayscale: #545454. Windows color (decimal): -11837394 or 3039307. OLE color: 3039307.

HSL color Cylindrical-coordinate representation of color #4B602E: hue angle of 85.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B602E is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB759646-
CMYK0.2200.520.62
HSL85.2º35.21%27.84%-
HSV(B)85.2º52.08%37.65%-
XYZ7.5810.064.13-
YUV84.02106.54121.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=34.56%
G=44.24%
B=21.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596460.2200.520.6285.235.2127.84
Hex4B602E160343E55231c
Octal1131405626064761254334
Binary10010111100000101110101100110100111110101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,46); }

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

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

 a { background-color: rgb(75,96,46); }

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

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

 span { border-color: rgb(75,96,46); }

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