#475A3D

Color #475A3D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #475A3D

Tints of Cabbage Pont #475A3D

Color information

#475A3D (or 0x475A3D) is unknown color: approx Cabbage Pont. HEX triplet: 47, 5A and 3D. RGB value is (71,90,61). Sum of RGB (Red+Green+Blue) = 71+90+61=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #475A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A3D is #B8A5C2. Grayscale: #515151. Windows color (decimal): -12101059 or 4020807. OLE color: 4020807.

HSL color Cylindrical-coordinate representation of color #475A3D: hue angle of 99.31º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475A3D is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB719061-
CMYK0.2100.320.65
HSL99.31º19.21%29.61%-
HSV(B)99.31º32.22%35.29%-
XYZ7.18.995.78-
YUV81.01116.71120.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=31.98%
G=40.54%
B=27.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190610.2100.320.6599.3119.2129.61
Hex475A3D150204163131e
Octal10713275250401011432336
Binary10001111011010111101101010100000100000111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A3D; }

 p { color: rgb(71,90,61); }

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

<style>
 a { background-color: #475A3D; }

 a { background-color: rgb(71,90,61); }

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

<style>
 span { border-color: #475A3D; }

 span { border-color: rgb(71,90,61); }

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