Html Css Color HEX #415749 Plantation

📋 copy color: '#415749'

red 65 ◦ green 87 ◦ blue 73

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

Shades of Plantation #415749

Tints of Plantation #415749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 28.89%
G = 38.67%
B = 32.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#415749 (or 0x415749) is known color: Plantation. HEX triplet: 41, 57 and 49. RGB value is (65,87,73). Sum of RGB (Red+Green+Blue) = 65+87+73=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #415749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415749 is #BEA8B6. Grayscale: #4E4E4E. Windows color (decimal): -12495031 or 4806465. OLE color: 4806465.

HSL color Cylindrical-coordinate representation of color #415749: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415749 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 73 -
CMYK 0.25 0 0.16 0.66
HSL 141.82º 0.14% 0.3% -
HSV(B) 141.82º 0.25% 0.34% -
XYZ 6.79 8.42 7.57 -
YUV 78.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 65 87 73 0.25 0 0.16 0.66 141.82 0.14 0.3
Hex 41 57 49 19 0 10 42 8E E 1E
Octal 101 127 111 31 0 20 102 216 16 36
Binary 1000001 1010111 1001001 11001 0 10000 1000010 10001110 1110 11110

Color Harmonies of #415749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415749

Black with #415749

Text Example


Text Example

White with #415749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415749; }

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

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

background-color css

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

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

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

border-color css

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

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

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