#474C35

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

Shades of Kelp #474C35

Tints of Kelp #474C35

Color information

#474C35 (or 0x474C35) is unknown color: approx Kelp. HEX triplet: 47, 4C and 35. RGB value is (71,76,53). Sum of RGB (Red+Green+Blue) = 71+76+53=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #474C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C35 is #B8B3CA. Grayscale: #474747. Windows color (decimal): -12104651 or 3492935. OLE color: 3492935.

HSL color Cylindrical-coordinate representation of color #474C35: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474C35 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB717653-
CMYK0.0700.300.70
HSL73.04º17.83%25.29%-
HSV(B)73.04º30.26%29.8%-
XYZ5.836.774.37-
YUV71.88117.34127.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=35.5%
G=38%
B=26.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176530.0700.300.7073.0417.8325.29
Hex474C35701E46491219
Octal1071146570361061112231
Binary10001111001100110101111011110100011010010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C35; }

 p { color: rgb(71,76,53); }

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

<style>
 a { background-color: #474C35; }

 a { background-color: rgb(71,76,53); }

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

<style>
 span { border-color: #474C35; }

 span { border-color: rgb(71,76,53); }

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