Html Css Color HEX #415449 Plantation

📋 copy color: '#415449'

red 65 ◦ green 84 ◦ blue 73

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

Shades of Plantation #415449

Tints of Plantation #415449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

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

R = 29.28%
G = 37.84%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#415449 (or 0x415449) is known color: Plantation. HEX triplet: 41, 54 and 49. RGB value is (65,84,73). Sum of RGB (Red+Green+Blue) = 65+84+73=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #415449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415449 is #BEABB6. Grayscale: #4D4D4D. Windows color (decimal): -12495799 or 4805697. OLE color: 4805697.

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

Color convert

RGB 65 84 73 -
CMYK 0.23 0 0.13 0.67
HSL 145.26º 0.13% 0.29% -
HSV(B) 145.26º 0.23% 0.33% -
XYZ 6.55 7.95 7.49 -
YUV 77.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 65 84 73 0.23 0 0.13 0.67 145.26 0.13 0.29
Hex 41 54 49 17 0 D 43 91 D 1D
Octal 101 124 111 27 0 15 103 221 15 35
Binary 1000001 1010100 1001001 10111 0 1101 1000011 10010001 1101 11101

Color Harmonies of #415449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415449

Black with #415449

Text Example


Text Example

White with #415449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415449; }

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

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

background-color css

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

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

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

border-color css

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

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

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