Html Css Color HEX #39714F Amazon

📋 copy color: '#39714F'

red 57 ◦ green 113 ◦ blue 79

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

Shades of Amazon #39714F

Tints of Amazon #39714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 22.89%
G = 45.38%
B = 31.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#39714F (or 0x39714F) is known color: Amazon. HEX triplet: 39, 71 and 4F. RGB value is (57,113,79). Sum of RGB (Red+Green+Blue) = 57+113+79=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #39714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39714F is #C68EB0. Grayscale: #5C5C5C. Windows color (decimal): -13012657 or 5206329. OLE color: 5206329.

HSL color Cylindrical-coordinate representation of color #39714F: hue angle of 143.57º 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 #39714F is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 79 -
CMYK 0.50 0 0.30 0.56
HSL 143.57º 0.33% 0.33% -
HSV(B) 143.57º 0.5% 0.44% -
XYZ 9 13.24 9.48 -
YUV 92.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 57 113 79 0.50 0 0.30 0.56 143.57 0.33 0.33
Hex 39 71 4F 32 0 1E 38 90 21 21
Octal 71 161 117 62 0 36 70 220 41 41
Binary 111001 1110001 1001111 110010 0 11110 111000 10010000 100001 100001

Color Harmonies of #39714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39714F

Black with #39714F

Text Example


Text Example

White with #39714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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