#4A5138

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

Shades of Kelp #4A5138

Tints of Kelp #4A5138

Color information

#4A5138 (or 0x4A5138) is unknown color: approx Kelp. HEX triplet: 4A, 51 and 38. RGB value is (74,81,56). Sum of RGB (Red+Green+Blue) = 74+81+56=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5138 is #B5AEC7. Grayscale: #4C4C4C. Windows color (decimal): -11906760 or 3690826. OLE color: 3690826.

HSL color Cylindrical-coordinate representation of color #4A5138: hue angle of 76.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A5138 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB748156-
CMYK0.0900.310.68
HSL76.8º18.25%26.86%-
HSV(B)76.8º30.86%31.76%-
XYZ6.487.634.87-
YUV76.06116.68126.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.07%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=35.07%
G=38.39%
B=26.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481560.0900.310.6876.818.2526.86
Hex4A5138901F444d121b
Octal11212170110371041152233
Binary100101010100011110001001011111100010010011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,56); }

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

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

 a { background-color: rgb(74,81,56); }

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

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

 span { border-color: rgb(74,81,56); }

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