Html Css Color HEX #41614E Plantation

📋 copy color: '#41614E'

red 65 ◦ green 97 ◦ blue 78

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

Shades of Plantation #41614E

Tints of Plantation #41614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

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

R = 27.08%
G = 40.42%
B = 32.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#41614E (or 0x41614E) is known color: Plantation. HEX triplet: 41, 61 and 4E. RGB value is (65,97,78). Sum of RGB (Red+Green+Blue) = 65+97+78=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #41614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41614E is #BE9EB1. Grayscale: #555555. Windows color (decimal): -12492466 or 5136705. OLE color: 5136705.

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

Color convert

RGB 65 97 78 -
CMYK 0.33 0 0.20 0.62
HSL 144.38º 0.2% 0.32% -
HSV(B) 144.38º 0.33% 0.38% -
XYZ 7.83 10.22 8.77 -
YUV 85.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 65 97 78 0.33 0 0.20 0.62 144.38 0.2 0.32
Hex 41 61 4E 21 0 14 3E 90 14 20
Octal 101 141 116 41 0 24 76 220 24 40
Binary 1000001 1100001 1001110 100001 0 10100 111110 10010000 10100 100000

Color Harmonies of #41614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41614E

Black with #41614E

Text Example


Text Example

White with #41614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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