#4A5134

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

Shades of Kelp #4A5134

Tints of Kelp #4A5134

Color information

#4A5134 (or 0x4A5134) is unknown color: approx Kelp. HEX triplet: 4A, 51 and 34. RGB value is (74,81,52). Sum of RGB (Red+Green+Blue) = 74+81+52=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5134 is #B5AECB. Grayscale: #4B4B4B. Windows color (decimal): -11906764 or 3428682. OLE color: 3428682.

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

Color convert

RGB748152-
CMYK0.0900.360.68
HSL74.48º21.8%26.08%-
HSV(B)74.48º35.8%31.76%-
XYZ6.397.594.38-
YUV75.6114.68126.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=35.75%
G=39.13%
B=25.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481520.0900.360.6874.4821.826.08
Hex4A51349024444a161a
Octal11212164110441041122632
Binary1001010101000111010010010100100100010010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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