Html Css Color HEX #407555 Amazon

📋 copy color: '#407555'

red 64 ◦ green 117 ◦ blue 85

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

Shades of Amazon #407555

Tints of Amazon #407555

RGB

 RED value IS 64 (25.39% from 255) = 24.06%

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 24.06%
G = 43.98%
B = 31.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#407555 (or 0x407555) is known color: Amazon. HEX triplet: 40, 75 and 55. RGB value is (64,117,85). Sum of RGB (Red+Green+Blue) = 64+117+85=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #407555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407555 is #BF8AAA. Grayscale: #616161. Windows color (decimal): -12552875 or 5600576. OLE color: 5600576.

HSL color Cylindrical-coordinate representation of color #407555: hue angle of 143.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407555 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 85 -
CMYK 0.45 0 0.27 0.54
HSL 143.77º 0.29% 0.35% -
HSV(B) 143.77º 0.45% 0.46% -
XYZ 10.12 14.47 10.85 -
YUV 97.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 64 117 85 0.45 0 0.27 0.54 143.77 0.29 0.35
Hex 40 75 55 2D 0 1B 36 90 1D 23
Octal 100 165 125 55 0 33 66 220 35 43
Binary 1000000 1110101 1010101 101101 0 11011 110110 10010000 11101 100011

Color Harmonies of #407555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407555

Black with #407555

Text Example


Text Example

White with #407555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407555; }

 p { color: rgb(64,117,85); }

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

background-color css

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

 a { background-color: rgb(64,117,85); }

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

border-color css

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

 span { border-color: rgb(64,117,85); }

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