Html Css Color HEX #39734C Amazon

📋 copy color: '#39734C'

red 57 ◦ green 115 ◦ blue 76

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

Shades of Amazon #39734C

Tints of Amazon #39734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 22.98%
G = 46.37%
B = 30.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#39734C (or 0x39734C) is known color: Amazon. HEX triplet: 39, 73 and 4C. RGB value is (57,115,76). Sum of RGB (Red+Green+Blue) = 57+115+76=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #39734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39734C is #C68CB3. Grayscale: #5D5D5D. Windows color (decimal): -13012148 or 5010233. OLE color: 5010233.

HSL color Cylindrical-coordinate representation of color #39734C: hue angle of 139.66º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39734C is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 76 -
CMYK 0.50 0 0.34 0.55
HSL 139.66º 0.34% 0.34% -
HSV(B) 139.66º 0.5% 0.45% -
XYZ 9.12 13.65 8.99 -
YUV 93.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 57 115 76 0.50 0 0.34 0.55 139.66 0.34 0.34
Hex 39 73 4C 32 0 22 37 8C 22 22
Octal 71 163 114 62 0 42 67 214 42 42
Binary 111001 1110011 1001100 110010 0 100010 110111 10001100 100010 100010

Color Harmonies of #39734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39734C

Black with #39734C

Text Example


Text Example

White with #39734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39734C; }

 p { color: rgb(57,115,76); }

 H1.HeaderClassName
 {
   color: #39734C;
 }
 .AnyTagClassName
 {
   color: #39734C;
 }
</style>

background-color css

<style>
 a { background-color: #39734C; }

 a { background-color: rgb(57,115,76); }

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

border-color css

<style>
 span { border-color: #39734C; }

 span { border-color: rgb(57,115,76); }

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