Html Css Color HEX #415149 Plantation

📋 copy color: '#415149'

red 65 ◦ green 81 ◦ blue 73

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

Shades of Plantation #415149

Tints of Plantation #415149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

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

R = 29.68%
G = 36.99%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#415149 (or 0x415149) is known color: Plantation. HEX triplet: 41, 51 and 49. RGB value is (65,81,73). Sum of RGB (Red+Green+Blue) = 65+81+73=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #415149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415149 is #BEAEB6. Grayscale: #4B4B4B. Windows color (decimal): -12496567 or 4804929. OLE color: 4804929.

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

Color convert

RGB 65 81 73 -
CMYK 0.20 0 0.10 0.68
HSL 150º 0.11% 0.29% -
HSV(B) 150º 0.2% 0.32% -
XYZ 6.33 7.49 7.42 -
YUV 75.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 65 81 73 0.20 0 0.10 0.68 150 0.11 0.29
Hex 41 51 49 14 0 A 44 96 B 1D
Octal 101 121 111 24 0 12 104 226 13 35
Binary 1000001 1010001 1001001 10100 0 1010 1000100 10010110 1011 11101

Color Harmonies of #415149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415149

Black with #415149

Text Example


Text Example

White with #415149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415149; }

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

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

background-color css

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

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

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

border-color css

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

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

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