#416251

Color #416251 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #416251

Tints of Plantation #416251

Color information

#416251 (or 0x416251) is unknown color: approx Plantation. HEX triplet: 41, 62 and 51. RGB value is (65,98,81). Sum of RGB (Red+Green+Blue) = 65+98+81=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #416251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416251 is #BE9DAE. Grayscale: #565656. Windows color (decimal): -12492207 or 5333569. OLE color: 5333569.

HSL color Cylindrical-coordinate representation of color #416251: hue angle of 149.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416251 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB659881-
CMYK0.3400.170.62
HSL149.09º20.25%31.96%-
HSV(B)149.09º33.67%38.43%-
XYZ8.0310.459.38-
YUV86.2125.07112.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=26.64%
G=40.16%
B=33.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598810.3400.170.62149.0920.2531.96
Hex416251220113E951420
Octal10114212142021762252440
Binary1000001110001010100011000100100011111101001010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416251; }

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

 H1.HeaderClassName
 {
   color: #416251;
 }
 .AnyTagClassName
 {
   color: #416251;
 }
</style>
background-color css

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

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

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

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

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

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