Html Css Color HEX #39714A Amazon

📋 copy color: '#39714A'

red 57 ◦ green 113 ◦ blue 74

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

Shades of Amazon #39714A

Tints of Amazon #39714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

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

R = 23.36%
G = 46.31%
B = 30.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#39714A (or 0x39714A) is known color: Amazon. HEX triplet: 39, 71 and 4A. RGB value is (57,113,74). Sum of RGB (Red+Green+Blue) = 57+113+74=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #39714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39714A is #C68EB5. Grayscale: #5B5B5B. Windows color (decimal): -13012662 or 4878649. OLE color: 4878649.

HSL color Cylindrical-coordinate representation of color #39714A: hue angle of 138.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39714A is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 74 -
CMYK 0.50 0 0.35 0.56
HSL 138.21º 0.33% 0.33% -
HSV(B) 138.21º 0.5% 0.44% -
XYZ 8.83 13.17 8.56 -
YUV 91.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 57 113 74 0.50 0 0.35 0.56 138.21 0.33 0.33
Hex 39 71 4A 32 0 23 38 8A 21 21
Octal 71 161 112 62 0 43 70 212 41 41
Binary 111001 1110001 1001010 110010 0 100011 111000 10001010 100001 100001

Color Harmonies of #39714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39714A

Black with #39714A

Text Example


Text Example

White with #39714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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