Html Css Color HEX #407353 Amazon

📋 copy color: '#407353'

red 64 ◦ green 115 ◦ blue 83

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

Shades of Amazon #407353

Tints of Amazon #407353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 24.43%
G = 43.89%
B = 31.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#407353 (or 0x407353) is known color: Amazon. HEX triplet: 40, 73 and 53. RGB value is (64,115,83). Sum of RGB (Red+Green+Blue) = 64+115+83=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #407353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407353 is #BF8CAC. Grayscale: #606060. Windows color (decimal): -12553389 or 5468992. OLE color: 5468992.

HSL color Cylindrical-coordinate representation of color #407353: hue angle of 142.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407353 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 83 -
CMYK 0.44 0 0.28 0.55
HSL 142.35º 0.28% 0.35% -
HSV(B) 142.35º 0.44% 0.45% -
XYZ 9.81 13.98 10.36 -
YUV 96.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 64 115 83 0.44 0 0.28 0.55 142.35 0.28 0.35
Hex 40 73 53 2C 0 1C 37 8E 1C 23
Octal 100 163 123 54 0 34 67 216 34 43
Binary 1000000 1110011 1010011 101100 0 11100 110111 10001110 11100 100011

Color Harmonies of #407353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407353

Black with #407353

Text Example


Text Example

White with #407353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407353; }

 p { color: rgb(64,115,83); }

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

background-color css

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

 a { background-color: rgb(64,115,83); }

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

border-color css

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

 span { border-color: rgb(64,115,83); }

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