Html Css Color HEX #41554C Plantation

📋 copy color: '#41554C'

red 65 ◦ green 85 ◦ blue 76

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

Shades of Plantation #41554C

Tints of Plantation #41554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 28.76%
G = 37.61%
B = 33.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#41554C (or 0x41554C) is known color: Plantation. HEX triplet: 41, 55 and 4C. RGB value is (65,85,76). Sum of RGB (Red+Green+Blue) = 65+85+76=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #41554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41554C is #BEAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12495540 or 5002561. OLE color: 5002561.

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

Color convert

RGB 65 85 76 -
CMYK 0.24 0 0.11 0.67
HSL 153º 0.13% 0.29% -
HSV(B) 153º 0.24% 0.33% -
XYZ 6.73 8.14 8.05 -
YUV 77.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 65 85 76 0.24 0 0.11 0.67 153 0.13 0.29
Hex 41 55 4C 18 0 B 43 99 D 1D
Octal 101 125 114 30 0 13 103 231 15 35
Binary 1000001 1010101 1001100 11000 0 1011 1000011 10011001 1101 11101

Color Harmonies of #41554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41554C

Black with #41554C

Text Example


Text Example

White with #41554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41554C; }

 p { color: rgb(65,85,76); }

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

background-color css

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

 a { background-color: rgb(65,85,76); }

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

border-color css

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

 span { border-color: rgb(65,85,76); }

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