Html Css Color HEX #41574F Plantation

📋 copy color: '#41574F'

red 65 ◦ green 87 ◦ blue 79

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

Shades of Plantation #41574F

Tints of Plantation #41574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 28.14%
G = 37.66%
B = 34.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#41574F (or 0x41574F) is known color: Plantation. HEX triplet: 41, 57 and 4F. RGB value is (65,87,79). Sum of RGB (Red+Green+Blue) = 65+87+79=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #41574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41574F is #BEA8B0. Grayscale: #4F4F4F. Windows color (decimal): -12495025 or 5199681. OLE color: 5199681.

HSL color Cylindrical-coordinate representation of color #41574F: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41574F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 79 -
CMYK 0.25 0 0.09 0.66
HSL 158.18º 0.14% 0.3% -
HSV(B) 158.18º 0.25% 0.34% -
XYZ 7 8.5 8.67 -
YUV 79.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 65 87 79 0.25 0 0.09 0.66 158.18 0.14 0.3
Hex 41 57 4F 19 0 9 42 9E E 1E
Octal 101 127 117 31 0 11 102 236 16 36
Binary 1000001 1010111 1001111 11001 0 1001 1000010 10011110 1110 11110

Color Harmonies of #41574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41574F

Black with #41574F

Text Example


Text Example

White with #41574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41574F; }

 p { color: rgb(65,87,79); }

 H1.HeaderClassName
 {
   color: #41574F;
 }
 .AnyTagClassName
 {
   color: #41574F;
 }
</style>

background-color css

<style>
 a { background-color: #41574F; }

 a { background-color: rgb(65,87,79); }

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

border-color css

<style>
 span { border-color: #41574F; }

 span { border-color: rgb(65,87,79); }

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