#4A4E35

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

Shades of Kelp #4A4E35

Tints of Kelp #4A4E35

Color information

#4A4E35 (or 0x4A4E35) is unknown color: approx Kelp. HEX triplet: 4A, 4E and 35. RGB value is (74,78,53). Sum of RGB (Red+Green+Blue) = 74+78+53=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E35 is #B5B1CA. Grayscale: #4A4A4A. Windows color (decimal): -11907531 or 3493450. OLE color: 3493450.

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

Color convert

RGB747853-
CMYK0.0500.320.69
HSL69.6º19.08%25.69%-
HSV(B)69.6º32.05%30.59%-
XYZ6.197.164.42-
YUV73.95116.17128.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=36.10%
G=38.05%
B=25.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478530.0500.320.6969.619.0825.69
Hex4A4E3550204546131a
Octal1121166550401051062332
Binary100101010011101101011010100000100010110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,78,53); }

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

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

 a { background-color: rgb(74,78,53); }

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

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

 span { border-color: rgb(74,78,53); }

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