#4A4F3A

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

Shades of Kelp #4A4F3A

Tints of Kelp #4A4F3A

Color information

#4A4F3A (or 0x4A4F3A) is unknown color: approx Kelp. HEX triplet: 4A, 4F and 3A. RGB value is (74,79,58). Sum of RGB (Red+Green+Blue) = 74+79+58=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F3A is #B5B0C5. Grayscale: #4B4B4B. Windows color (decimal): -11907270 or 3821386. OLE color: 3821386.

HSL color Cylindrical-coordinate representation of color #4A4F3A: hue angle of 74.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4F3A is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB747958-
CMYK0.0600.270.69
HSL74.29º15.33%26.86%-
HSV(B)74.29º26.58%30.98%-
XYZ6.387.355.09-
YUV75.11118.34127.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.07%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=35.07%
G=37.44%
B=27.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7479580.0600.270.6974.2915.3326.86
Hex4A4F3A601B454af1b
Octal1121177260331051121733
Binary1001010100111111101011001101110001011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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