#4B5132

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

Shades of Kelp #4B5132

Tints of Kelp #4B5132

Color information

#4B5132 (or 0x4B5132) is unknown color: approx Kelp. HEX triplet: 4B, 51 and 32. RGB value is (75,81,50). Sum of RGB (Red+Green+Blue) = 75+81+50=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5132 is #B4AECD. Grayscale: #4B4B4B. Windows color (decimal): -11841230 or 3297611. OLE color: 3297611.

HSL color Cylindrical-coordinate representation of color #4B5132: hue angle of 71.61º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5132 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB758150-
CMYK0.0700.380.68
HSL71.61º23.66%25.69%-
HSV(B)71.61º38.27%31.76%-
XYZ6.427.614.15-
YUV75.67113.51127.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=36.41%
G=39.32%
B=24.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7581500.0700.380.6871.6123.6625.69
Hex4B513270264448181a
Octal1131216270461041103032
Binary100101110100011100101110100110100010010010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,81,50); }

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

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

 a { background-color: rgb(75,81,50); }

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

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

 span { border-color: rgb(75,81,50); }

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