Html Css Color HEX #41594E Plantation

📋 copy color: '#41594E'

red 65 ◦ green 89 ◦ blue 78

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

Shades of Plantation #41594E

Tints of Plantation #41594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.36%

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 28.02%
G = 38.36%
B = 33.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#41594E (or 0x41594E) is known color: Plantation. HEX triplet: 41, 59 and 4E. RGB value is (65,89,78). Sum of RGB (Red+Green+Blue) = 65+89+78=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #41594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41594E is #BEA6B1. Grayscale: #505050. Windows color (decimal): -12494514 or 5134657. OLE color: 5134657.

HSL color Cylindrical-coordinate representation of color #41594E: hue angle of 152.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41594E is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 78 -
CMYK 0.27 0 0.12 0.65
HSL 152.5º 0.16% 0.3% -
HSV(B) 152.5º 0.27% 0.35% -
XYZ 7.13 8.82 8.53 -
YUV 80.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 65 89 78 0.27 0 0.12 0.65 152.5 0.16 0.3
Hex 41 59 4E 1B 0 C 41 98 10 1E
Octal 101 131 116 33 0 14 101 230 20 36
Binary 1000001 1011001 1001110 11011 0 1100 1000001 10011000 10000 11110

Color Harmonies of #41594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41594E

Black with #41594E

Text Example


Text Example

White with #41594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41594E; }

 p { color: rgb(65,89,78); }

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

background-color css

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

 a { background-color: rgb(65,89,78); }

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

border-color css

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

 span { border-color: rgb(65,89,78); }

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