Html Css Color HEX #415C50 Plantation

📋 copy color: '#415C50'

red 65 ◦ green 92 ◦ blue 80

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

Shades of Plantation #415C50

Tints of Plantation #415C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

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

R = 27.43%
G = 38.82%
B = 33.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#415C50 (or 0x415C50) is known color: Plantation. HEX triplet: 41, 5C and 50. RGB value is (65,92,80). Sum of RGB (Red+Green+Blue) = 65+92+80=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #415C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C50 is #BEA3AF. Grayscale: #525252. Windows color (decimal): -12493744 or 5266497. OLE color: 5266497.

HSL color Cylindrical-coordinate representation of color #415C50: hue angle of 153.33º 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 #415C50 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 92 80 -
CMYK 0.29 0 0.13 0.64
HSL 153.33º 0.17% 0.31% -
HSV(B) 153.33º 0.29% 0.36% -
XYZ 7.46 9.36 9 -
YUV 82.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 65 92 80 0.29 0 0.13 0.64 153.33 0.17 0.31
Hex 41 5C 50 1D 0 D 40 99 11 1F
Octal 101 134 120 35 0 15 100 231 21 37
Binary 1000001 1011100 1010000 11101 0 1101 1000000 10011001 10001 11111

Color Harmonies of #415C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C50

Black with #415C50

Text Example


Text Example

White with #415C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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