Html Css Color HEX #418760 Amazon

📋 copy color: '#418760'

red 65 ◦ green 135 ◦ blue 96

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

Shades of Amazon #418760

Tints of Amazon #418760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 21.96%
G = 45.61%
B = 32.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#418760 (or 0x418760) is known color: Amazon. HEX triplet: 41, 87 and 60. RGB value is (65,135,96). Sum of RGB (Red+Green+Blue) = 65+135+96=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #418760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418760 is #BE789F. Grayscale: #6D6D6D. Windows color (decimal): -12482720 or 6326081. OLE color: 6326081.

HSL color Cylindrical-coordinate representation of color #418760: hue angle of 146.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418760 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 96 -
CMYK 0.52 0 0.29 0.47
HSL 146.57º 0.35% 0.39% -
HSV(B) 146.57º 0.52% 0.53% -
XYZ 12.96 19.3 14.11 -
YUV 109.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 65 135 96 0.52 0 0.29 0.47 146.57 0.35 0.39
Hex 41 87 60 34 0 1D 2F 93 23 27
Octal 101 207 140 64 0 35 57 223 43 47
Binary 1000001 10000111 1100000 110100 0 11101 101111 10010011 100011 100111

Color Harmonies of #418760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418760

Black with #418760

Text Example


Text Example

White with #418760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418760; }

 p { color: rgb(65,135,96); }

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

background-color css

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

 a { background-color: rgb(65,135,96); }

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

border-color css

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

 span { border-color: rgb(65,135,96); }

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