Html Css Color HEX #415249 Plantation

📋 copy color: '#415249'

red 65 ◦ green 82 ◦ blue 73

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

Shades of Plantation #415249

Tints of Plantation #415249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 29.55%
G = 37.27%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#415249 (or 0x415249) is known color: Plantation. HEX triplet: 41, 52 and 49. RGB value is (65,82,73). Sum of RGB (Red+Green+Blue) = 65+82+73=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #415249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415249 is #BEADB6. Grayscale: #4B4B4B. Windows color (decimal): -12496311 or 4805185. OLE color: 4805185.

HSL color Cylindrical-coordinate representation of color #415249: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415249 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 73 -
CMYK 0.21 0 0.11 0.68
HSL 148.24º 0.12% 0.29% -
HSV(B) 148.24º 0.21% 0.32% -
XYZ 6.4 7.64 7.44 -
YUV 75.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 65 82 73 0.21 0 0.11 0.68 148.24 0.12 0.29
Hex 41 52 49 15 0 B 44 94 C 1D
Octal 101 122 111 25 0 13 104 224 14 35
Binary 1000001 1010010 1001001 10101 0 1011 1000100 10010100 1100 11101

Color Harmonies of #415249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415249

Black with #415249

Text Example


Text Example

White with #415249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415249; }

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

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

background-color css

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

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

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

border-color css

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

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

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