#4A4F36

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

Shades of Kelp #4A4F36

Tints of Kelp #4A4F36

Color information

#4A4F36 (or 0x4A4F36) is unknown color: approx Kelp. HEX triplet: 4A, 4F and 36. RGB value is (74,79,54). Sum of RGB (Red+Green+Blue) = 74+79+54=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F36 is #B5B0C9. Grayscale: #4A4A4A. Windows color (decimal): -11907274 or 3559242. OLE color: 3559242.

HSL color Cylindrical-coordinate representation of color #4A4F36: hue angle of 72º 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 #4A4F36 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB747954-
CMYK0.0600.320.69
HSL72º18.8%26.08%-
HSV(B)72º31.65%30.98%-
XYZ6.297.314.57-
YUV74.66116.34127.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=35.75%
G=38.16%
B=26.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7479540.0600.320.697218.826.08
Hex4A4F3660204548131a
Octal1121176660401051102332
Binary100101010011111101101100100000100010110010001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,79,54); }

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

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

 a { background-color: rgb(74,79,54); }

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

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

 span { border-color: rgb(74,79,54); }

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