Html Css Color HEX #41584D Plantation

📋 copy color: '#41584D'

red 65 ◦ green 88 ◦ blue 77

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

Shades of Plantation #41584D

Tints of Plantation #41584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 28.26%
G = 38.26%
B = 33.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#41584D (or 0x41584D) is known color: Plantation. HEX triplet: 41, 58 and 4D. RGB value is (65,88,77). Sum of RGB (Red+Green+Blue) = 65+88+77=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #41584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41584D is #BEA7B2. Grayscale: #4F4F4F. Windows color (decimal): -12494771 or 5068865. OLE color: 5068865.

HSL color Cylindrical-coordinate representation of color #41584D: hue angle of 151.3º 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 #41584D is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 77 -
CMYK 0.26 0 0.12 0.65
HSL 151.3º 0.15% 0.3% -
HSV(B) 151.3º 0.26% 0.35% -
XYZ 7.01 8.64 8.32 -
YUV 79.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 65 88 77 0.26 0 0.12 0.65 151.3 0.15 0.3
Hex 41 58 4D 1A 0 C 41 97 F 1E
Octal 101 130 115 32 0 14 101 227 17 36
Binary 1000001 1011000 1001101 11010 0 1100 1000001 10010111 1111 11110

Color Harmonies of #41584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41584D

Black with #41584D

Text Example


Text Example

White with #41584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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