Html Css Color HEX #41594B Plantation

📋 copy color: '#41594B'

red 65 ◦ green 89 ◦ blue 75

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

Shades of Plantation #41594B

Tints of Plantation #41594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 28.38%
G = 38.86%
B = 32.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#41594B (or 0x41594B) is known color: Plantation. HEX triplet: 41, 59 and 4B. RGB value is (65,89,75). Sum of RGB (Red+Green+Blue) = 65+89+75=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #41594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41594B is #BEA6B4. Grayscale: #505050. Windows color (decimal): -12494517 or 4938049. OLE color: 4938049.

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

Color convert

RGB 65 89 75 -
CMYK 0.27 0 0.16 0.65
HSL 145º 0.16% 0.3% -
HSV(B) 145º 0.27% 0.35% -
XYZ 7.02 8.78 7.98 -
YUV 80.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 65 89 75 0.27 0 0.16 0.65 145 0.16 0.3
Hex 41 59 4B 1B 0 10 41 91 10 1E
Octal 101 131 113 33 0 20 101 221 20 36
Binary 1000001 1011001 1001011 11011 0 10000 1000001 10010001 10000 11110

Color Harmonies of #41594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41594B

Black with #41594B

Text Example


Text Example

White with #41594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41594B; }

 p { color: rgb(65,89,75); }

 H1.HeaderClassName
 {
   color: #41594B;
 }
 .AnyTagClassName
 {
   color: #41594B;
 }
</style>

background-color css

<style>
 a { background-color: #41594B; }

 a { background-color: rgb(65,89,75); }

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

border-color css

<style>
 span { border-color: #41594B; }

 span { border-color: rgb(65,89,75); }

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