Html Css Color HEX #415849 Plantation

📋 copy color: '#415849'

red 65 ◦ green 88 ◦ blue 73

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

Shades of Plantation #415849

Tints of Plantation #415849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

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

R = 28.76%
G = 38.94%
B = 32.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#415849 (or 0x415849) is known color: Plantation. HEX triplet: 41, 58 and 49. RGB value is (65,88,73). Sum of RGB (Red+Green+Blue) = 65+88+73=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #415849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415849 is #BEA7B6. Grayscale: #4F4F4F. Windows color (decimal): -12494775 or 4806721. OLE color: 4806721.

HSL color Cylindrical-coordinate representation of color #415849: hue angle of 140.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415849 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 73 -
CMYK 0.26 0 0.17 0.65
HSL 140.87º 0.15% 0.3% -
HSV(B) 140.87º 0.26% 0.35% -
XYZ 6.87 8.58 7.6 -
YUV 79.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 65 88 73 0.26 0 0.17 0.65 140.87 0.15 0.3
Hex 41 58 49 1A 0 11 41 8D F 1E
Octal 101 130 111 32 0 21 101 215 17 36
Binary 1000001 1011000 1001001 11010 0 10001 1000001 10001101 1111 11110

Color Harmonies of #415849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415849

Black with #415849

Text Example


Text Example

White with #415849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415849; }

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

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

background-color css

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

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

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

border-color css

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

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

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