Html Css Color HEX #39754A Amazon

📋 copy color: '#39754A'

red 57 ◦ green 117 ◦ blue 74

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

Shades of Amazon #39754A

Tints of Amazon #39754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 22.98%
G = 47.18%
B = 29.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#39754A (or 0x39754A) is known color: Amazon. HEX triplet: 39, 75 and 4A. RGB value is (57,117,74). Sum of RGB (Red+Green+Blue) = 57+117+74=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #39754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39754A is #C68AB5. Grayscale: #5E5E5E. Windows color (decimal): -13011638 or 4879673. OLE color: 4879673.

HSL color Cylindrical-coordinate representation of color #39754A: hue angle of 137º 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 #39754A is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 74 -
CMYK 0.51 0 0.37 0.54
HSL 137º 0.34% 0.34% -
HSV(B) 137º 0.51% 0.46% -
XYZ 9.28 14.09 8.71 -
YUV 94.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 57 117 74 0.51 0 0.37 0.54 137 0.34 0.34
Hex 39 75 4A 33 0 25 36 89 22 22
Octal 71 165 112 63 0 45 66 211 42 42
Binary 111001 1110101 1001010 110011 0 100101 110110 10001001 100010 100010

Color Harmonies of #39754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39754A

Black with #39754A

Text Example


Text Example

White with #39754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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