Html Css Color HEX #41584A Plantation

📋 copy color: '#41584A'

red 65 ◦ green 88 ◦ blue 74

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

Shades of Plantation #41584A

Tints of Plantation #41584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 28.63%
G = 38.77%
B = 32.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#41584A (or 0x41584A) is known color: Plantation. HEX triplet: 41, 58 and 4A. RGB value is (65,88,74). Sum of RGB (Red+Green+Blue) = 65+88+74=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #41584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41584A is #BEA7B5. Grayscale: #4F4F4F. Windows color (decimal): -12494774 or 4872257. OLE color: 4872257.

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

Color convert

RGB 65 88 74 -
CMYK 0.26 0 0.16 0.65
HSL 143.48º 0.15% 0.3% -
HSV(B) 143.48º 0.26% 0.35% -
XYZ 6.91 8.6 7.77 -
YUV 79.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 65 88 74 0.26 0 0.16 0.65 143.48 0.15 0.3
Hex 41 58 4A 1A 0 10 41 8F F 1E
Octal 101 130 112 32 0 20 101 217 17 36
Binary 1000001 1011000 1001010 11010 0 10000 1000001 10001111 1111 11110

Color Harmonies of #41584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41584A

Black with #41584A

Text Example


Text Example

White with #41584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41584A; }

 p { color: rgb(65,88,74); }

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

background-color css

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

 a { background-color: rgb(65,88,74); }

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

border-color css

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

 span { border-color: rgb(65,88,74); }

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