Html Css Color HEX #415E51 Plantation

📋 copy color: '#415E51'

red 65 ◦ green 94 ◦ blue 81

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

Shades of Plantation #415E51

Tints of Plantation #415E51

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 27.08%
G = 39.17%
B = 33.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#415E51 (or 0x415E51) is known color: Plantation. HEX triplet: 41, 5E and 51. RGB value is (65,94,81). Sum of RGB (Red+Green+Blue) = 65+94+81=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #415E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E51 is #BEA1AE. Grayscale: #535353. Windows color (decimal): -12493231 or 5332545. OLE color: 5332545.

HSL color Cylindrical-coordinate representation of color #415E51: hue angle of 153.1º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E51 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 81 -
CMYK 0.31 0 0.14 0.63
HSL 153.1º 0.18% 0.31% -
HSV(B) 153.1º 0.31% 0.37% -
XYZ 7.67 9.72 9.26 -
YUV 83.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 65 94 81 0.31 0 0.14 0.63 153.1 0.18 0.31
Hex 41 5E 51 1F 0 E 3F 99 12 1F
Octal 101 136 121 37 0 16 77 231 22 37
Binary 1000001 1011110 1010001 11111 0 1110 111111 10011001 10010 11111

Color Harmonies of #415E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E51

Black with #415E51

Text Example


Text Example

White with #415E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,94,81); }

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

background-color css

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

 a { background-color: rgb(65,94,81); }

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

border-color css

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

 span { border-color: rgb(65,94,81); }

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