#4B5036

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

Shades of Kelp #4B5036

Tints of Kelp #4B5036

Color information

#4B5036 (or 0x4B5036) is unknown color: approx Kelp. HEX triplet: 4B, 50 and 36. RGB value is (75,80,54). Sum of RGB (Red+Green+Blue) = 75+80+54=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5036 is #B4AFC9. Grayscale: #4B4B4B. Windows color (decimal): -11841482 or 3559499. OLE color: 3559499.

HSL color Cylindrical-coordinate representation of color #4B5036: hue angle of 71.54º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B5036 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB758054-
CMYK0.0600.330.69
HSL71.54º19.4%26.27%-
HSV(B)71.54º32.5%31.37%-
XYZ6.447.54.6-
YUV75.54115.84127.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=35.89%
G=38.28%
B=25.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580540.0600.330.6971.5419.426.27
Hex4B503660214548131a
Octal1131206660411051102332
Binary100101110100001101101100100001100010110010001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,54); }

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

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

 a { background-color: rgb(75,80,54); }

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

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

 span { border-color: rgb(75,80,54); }

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