Html Css Color HEX #416551 Plantation

📋 copy color: '#416551'

red 65 ◦ green 101 ◦ blue 81

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

Shades of Plantation #416551

Tints of Plantation #416551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.89%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 26.32%
G = 40.89%
B = 32.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#416551 (or 0x416551) is known color: Plantation. HEX triplet: 41, 65 and 51. RGB value is (65,101,81). Sum of RGB (Red+Green+Blue) = 65+101+81=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #416551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416551 is #BE9AAE. Grayscale: #585858. Windows color (decimal): -12491439 or 5334337. OLE color: 5334337.

HSL color Cylindrical-coordinate representation of color #416551: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416551 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 81 -
CMYK 0.36 0 0.20 0.60
HSL 146.67º 0.22% 0.33% -
HSV(B) 146.67º 0.36% 0.4% -
XYZ 8.32 11.03 9.47 -
YUV 87.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 65 101 81 0.36 0 0.20 0.60 146.67 0.22 0.33
Hex 41 65 51 24 0 14 3C 93 16 21
Octal 101 145 121 44 0 24 74 223 26 41
Binary 1000001 1100101 1010001 100100 0 10100 111100 10010011 10110 100001

Color Harmonies of #416551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416551

Black with #416551

Text Example


Text Example

White with #416551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416551; }

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

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

background-color css

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

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

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

border-color css

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

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

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