Html Css Color HEX #415B50 Plantation

📋 copy color: '#415B50'

red 65 ◦ green 91 ◦ blue 80

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

Shades of Plantation #415B50

Tints of Plantation #415B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.56%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 27.54%
G = 38.56%
B = 33.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#415B50 (or 0x415B50) is known color: Plantation. HEX triplet: 41, 5B and 50. RGB value is (65,91,80). Sum of RGB (Red+Green+Blue) = 65+91+80=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #415B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B50 is #BEA4AF. Grayscale: #515151. Windows color (decimal): -12494000 or 5266241. OLE color: 5266241.

HSL color Cylindrical-coordinate representation of color #415B50: hue angle of 154.62º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B50 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 80 -
CMYK 0.29 0 0.12 0.64
HSL 154.62º 0.17% 0.31% -
HSV(B) 154.62º 0.29% 0.36% -
XYZ 7.37 9.19 8.97 -
YUV 81.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 65 91 80 0.29 0 0.12 0.64 154.62 0.17 0.31
Hex 41 5B 50 1D 0 C 40 9B 11 1F
Octal 101 133 120 35 0 14 100 233 21 37
Binary 1000001 1011011 1010000 11101 0 1100 1000000 10011011 10001 11111

Color Harmonies of #415B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B50

Black with #415B50

Text Example


Text Example

White with #415B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B50; }

 p { color: rgb(65,91,80); }

 H1.HeaderClassName
 {
   color: #415B50;
 }
 .AnyTagClassName
 {
   color: #415B50;
 }
</style>

background-color css

<style>
 a { background-color: #415B50; }

 a { background-color: rgb(65,91,80); }

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

border-color css

<style>
 span { border-color: #415B50; }

 span { border-color: rgb(65,91,80); }

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