Html Css Color HEX #415047 Plantation

📋 copy color: '#415047'

red 65 ◦ green 80 ◦ blue 71

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

Shades of Plantation #415047

Tints of Plantation #415047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 30.09%
G = 37.04%
B = 32.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#415047 (or 0x415047) is known color: Plantation. HEX triplet: 41, 50 and 47. RGB value is (65,80,71). Sum of RGB (Red+Green+Blue) = 65+80+71=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #415047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415047 is #BEAFB8. Grayscale: #4A4A4A. Windows color (decimal): -12496825 or 4673601. OLE color: 4673601.

HSL color Cylindrical-coordinate representation of color #415047: hue angle of 144º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #415047 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 71 -
CMYK 0.19 0 0.11 0.69
HSL 144º 0.1% 0.28% -
HSV(B) 144º 0.19% 0.31% -
XYZ 6.19 7.32 7.05 -
YUV 74.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 65 80 71 0.19 0 0.11 0.69 144 0.1 0.28
Hex 41 50 47 13 0 B 45 90 A 1C
Octal 101 120 107 23 0 13 105 220 12 34
Binary 1000001 1010000 1000111 10011 0 1011 1000101 10010000 1010 11100

Color Harmonies of #415047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415047

Black with #415047

Text Example


Text Example

White with #415047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415047; }

 p { color: rgb(65,80,71); }

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

background-color css

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

 a { background-color: rgb(65,80,71); }

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

border-color css

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

 span { border-color: rgb(65,80,71); }

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