Html Css Color HEX #415049 Plantation

📋 copy color: '#415049'

red 65 ◦ green 80 ◦ blue 73

#415049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #415049

Tints of Plantation #415049

RGB

 RED value IS 65 (25.78% from 255) = 29.82%

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 29.82%
G = 36.7%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#415049 (or 0x415049) is known color: Plantation. HEX triplet: 41, 50 and 49. RGB value is (65,80,73). Sum of RGB (Red+Green+Blue) = 65+80+73=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #415049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415049 is #BEAFB6. Grayscale: #4A4A4A. Windows color (decimal): -12496823 or 4804673. OLE color: 4804673.

HSL color Cylindrical-coordinate representation of color #415049: hue angle of 152º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #415049 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 73 -
CMYK 0.19 0 0.09 0.69
HSL 152º 0.1% 0.28% -
HSV(B) 152º 0.19% 0.31% -
XYZ 6.25 7.34 7.39 -
YUV 74.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 65 80 73 0.19 0 0.09 0.69 152 0.1 0.28
Hex 41 50 49 13 0 9 45 98 A 1C
Octal 101 120 111 23 0 11 105 230 12 34
Binary 1000001 1010000 1001001 10011 0 1001 1000101 10011000 1010 11100

Color Harmonies of #415049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415049

Black with #415049

Text Example


Text Example

White with #415049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415049; }

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

 H1.HeaderClassName
 {
   color: #415049;
 }
 .AnyTagClassName
 {
   color: #415049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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