Html Css Color HEX #415A4D Plantation

📋 copy color: '#415A4D'

red 65 ◦ green 90 ◦ blue 77

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

Shades of Plantation #415A4D

Tints of Plantation #415A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

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

R = 28.02%
G = 38.79%
B = 33.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#415A4D (or 0x415A4D) is known color: Plantation. HEX triplet: 41, 5A and 4D. RGB value is (65,90,77). Sum of RGB (Red+Green+Blue) = 65+90+77=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #415A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A4D is #BEA5B2. Grayscale: #515151. Windows color (decimal): -12494259 or 5069377. OLE color: 5069377.

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

Color convert

RGB 65 90 77 -
CMYK 0.28 0 0.14 0.65
HSL 148.8º 0.16% 0.3% -
HSV(B) 148.8º 0.28% 0.35% -
XYZ 7.18 8.97 8.37 -
YUV 81.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 65 90 77 0.28 0 0.14 0.65 148.8 0.16 0.3
Hex 41 5A 4D 1C 0 E 41 95 10 1E
Octal 101 132 115 34 0 16 101 225 20 36
Binary 1000001 1011010 1001101 11100 0 1110 1000001 10010101 10000 11110

Color Harmonies of #415A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A4D

Black with #415A4D

Text Example


Text Example

White with #415A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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