#4B4F35

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

Shades of Kelp #4B4F35

Tints of Kelp #4B4F35

Color information

#4B4F35 (or 0x4B4F35) is unknown color: approx Kelp. HEX triplet: 4B, 4F and 35. RGB value is (75,79,53). Sum of RGB (Red+Green+Blue) = 75+79+53=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F35 is #B4B0CA. Grayscale: #4A4A4A. Windows color (decimal): -11841739 or 3493707. OLE color: 3493707.

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

Color convert

RGB757953-
CMYK0.0500.330.69
HSL69.23º19.7%25.88%-
HSV(B)69.23º32.91%30.98%-
XYZ6.347.344.45-
YUV74.84115.67128.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=36.23%
G=38.16%
B=25.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579530.0500.330.6969.2319.725.88
Hex4B4F3550214545141a
Octal1131176550411051052432
Binary100101110011111101011010100001100010110001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,79,53); }

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

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

 a { background-color: rgb(75,79,53); }

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

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

 span { border-color: rgb(75,79,53); }

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