#415349

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

Shades of Plantation #415349

Tints of Plantation #415349

Color information

#415349 (or 0x415349) is unknown color: approx Plantation. HEX triplet: 41, 53 and 49. RGB value is (65,83,73). Sum of RGB (Red+Green+Blue) = 65+83+73=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #415349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415349 is #BEACB6. Grayscale: #4C4C4C. Windows color (decimal): -12496055 or 4805441. OLE color: 4805441.

HSL color Cylindrical-coordinate representation of color #415349: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415349 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB658373-
CMYK0.2200.120.67
HSL146.67º12.16%29.02%-
HSV(B)146.67º21.69%32.55%-
XYZ6.487.797.47-
YUV76.48126.04119.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=29.41%
G=37.56%
B=33.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583730.2200.120.67146.6712.1629.02
Hex415349160C4393c1d
Octal101123111260141032231435
Binary1000001101001110010011011001100100001110010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415349; }

 p { color: rgb(65,83,73); }

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

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

 a { background-color: rgb(65,83,73); }

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

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

 span { border-color: rgb(65,83,73); }

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