Html Css Color HEX #41544A Plantation

📋 copy color: '#41544A'

red 65 ◦ green 84 ◦ blue 74

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

Shades of Plantation #41544A

Tints of Plantation #41544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 29.15%
G = 37.67%
B = 33.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#41544A (or 0x41544A) is known color: Plantation. HEX triplet: 41, 54 and 4A. RGB value is (65,84,74). Sum of RGB (Red+Green+Blue) = 65+84+74=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #41544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41544A is #BEABB5. Grayscale: #4D4D4D. Windows color (decimal): -12495798 or 4871233. OLE color: 4871233.

HSL color Cylindrical-coordinate representation of color #41544A: hue angle of 148.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41544A is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 74 -
CMYK 0.23 0 0.12 0.67
HSL 148.42º 0.13% 0.29% -
HSV(B) 148.42º 0.23% 0.33% -
XYZ 6.59 7.96 7.67 -
YUV 77.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 65 84 74 0.23 0 0.12 0.67 148.42 0.13 0.29
Hex 41 54 4A 17 0 C 43 94 D 1D
Octal 101 124 112 27 0 14 103 224 15 35
Binary 1000001 1010100 1001010 10111 0 1100 1000011 10010100 1101 11101

Color Harmonies of #41544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41544A

Black with #41544A

Text Example


Text Example

White with #41544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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