Html Css Color HEX #39714B Amazon

📋 copy color: '#39714B'

red 57 ◦ green 113 ◦ blue 75

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

Shades of Amazon #39714B

Tints of Amazon #39714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 23.27%
G = 46.12%
B = 30.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#39714B (or 0x39714B) is known color: Amazon. HEX triplet: 39, 71 and 4B. RGB value is (57,113,75). Sum of RGB (Red+Green+Blue) = 57+113+75=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #39714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39714B is #C68EB4. Grayscale: #5C5C5C. Windows color (decimal): -13012661 or 4944185. OLE color: 4944185.

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

Color convert

RGB 57 113 75 -
CMYK 0.50 0 0.34 0.56
HSL 139.29º 0.33% 0.33% -
HSV(B) 139.29º 0.5% 0.44% -
XYZ 8.86 13.19 8.74 -
YUV 91.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 57 113 75 0.50 0 0.34 0.56 139.29 0.33 0.33
Hex 39 71 4B 32 0 22 38 8B 21 21
Octal 71 161 113 62 0 42 70 213 41 41
Binary 111001 1110001 1001011 110010 0 100010 111000 10001011 100001 100001

Color Harmonies of #39714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39714B

Black with #39714B

Text Example


Text Example

White with #39714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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