#4B6030

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

Shades of Clover #4B6030

Tints of Clover #4B6030

Color information

#4B6030 (or 0x4B6030) is unknown color: approx Clover. HEX triplet: 4B, 60 and 30. RGB value is (75,96,48). Sum of RGB (Red+Green+Blue) = 75+96+48=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6030 is #B49FCF. Grayscale: #545454. Windows color (decimal): -11837392 or 3170379. OLE color: 3170379.

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

Color convert

RGB759648-
CMYK0.2200.500.62
HSL86.25º33.33%28.24%-
HSV(B)86.25º50%37.65%-
XYZ7.6210.074.34-
YUV84.25107.54121.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=34.25%
G=43.84%
B=21.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596480.2200.500.6286.2533.3328.24
Hex4B6030160323E56211c
Octal1131406026062761264134
Binary10010111100000110000101100110010111110101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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