Html Css Color HEX #39755A Amazon

📋 copy color: '#39755A'

red 57 ◦ green 117 ◦ blue 90

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

Shades of Amazon #39755A

Tints of Amazon #39755A

RGB

 RED value IS 57 (22.66% from 255) = 21.59%

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

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 21.59%
G = 44.32%
B = 34.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#39755A (or 0x39755A) is known color: Amazon. HEX triplet: 39, 75 and 5A. RGB value is (57,117,90). Sum of RGB (Red+Green+Blue) = 57+117+90=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #39755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755A is #C68AA5. Grayscale: #606060. Windows color (decimal): -13011622 or 5928249. OLE color: 5928249.

HSL color Cylindrical-coordinate representation of color #39755A: hue angle of 153º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39755A is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 90 -
CMYK 0.51 0 0.23 0.54
HSL 153º 0.34% 0.34% -
HSV(B) 153º 0.51% 0.46% -
XYZ 9.89 14.33 11.92 -
YUV 95.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 57 117 90 0.51 0 0.23 0.54 153 0.34 0.34
Hex 39 75 5A 33 0 17 36 99 22 22
Octal 71 165 132 63 0 27 66 231 42 42
Binary 111001 1110101 1011010 110011 0 10111 110110 10011001 100010 100010

Color Harmonies of #39755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39755A

Black with #39755A

Text Example


Text Example

White with #39755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39755A; }

 p { color: rgb(57,117,90); }

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

background-color css

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

 a { background-color: rgb(57,117,90); }

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

border-color css

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

 span { border-color: rgb(57,117,90); }

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