Html Css Color HEX #407952 Amazon

📋 copy color: '#407952'

red 64 ◦ green 121 ◦ blue 82

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

Shades of Amazon #407952

Tints of Amazon #407952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 23.97%
G = 45.32%
B = 30.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#407952 (or 0x407952) is known color: Amazon. HEX triplet: 40, 79 and 52. RGB value is (64,121,82). Sum of RGB (Red+Green+Blue) = 64+121+82=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #407952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407952 is #BF86AD. Grayscale: #636363. Windows color (decimal): -12551854 or 5404992. OLE color: 5404992.

HSL color Cylindrical-coordinate representation of color #407952: hue angle of 138.95º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407952 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 82 -
CMYK 0.47 0 0.32 0.53
HSL 138.95º 0.31% 0.36% -
HSV(B) 138.95º 0.47% 0.47% -
XYZ 10.47 15.37 10.4 -
YUV 99.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 64 121 82 0.47 0 0.32 0.53 138.95 0.31 0.36
Hex 40 79 52 2F 0 20 35 8B 1F 24
Octal 100 171 122 57 0 40 65 213 37 44
Binary 1000000 1111001 1010010 101111 0 100000 110101 10001011 11111 100100

Color Harmonies of #407952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407952

Black with #407952

Text Example


Text Example

White with #407952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407952; }

 p { color: rgb(64,121,82); }

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

background-color css

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

 a { background-color: rgb(64,121,82); }

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

border-color css

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

 span { border-color: rgb(64,121,82); }

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