Html Css Color HEX #39864D Amazon

📋 copy color: '#39864D'

red 57 ◦ green 134 ◦ blue 77

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

Shades of Amazon #39864D

Tints of Amazon #39864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 21.27%
G = 50%
B = 28.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#39864D (or 0x39864D) is known color: Amazon. HEX triplet: 39, 86 and 4D. RGB value is (57,134,77). Sum of RGB (Red+Green+Blue) = 57+134+77=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #39864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39864D is #C679B2. Grayscale: #686868. Windows color (decimal): -13007283 or 5080633. OLE color: 5080633.

HSL color Cylindrical-coordinate representation of color #39864D: hue angle of 135.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39864D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 77 -
CMYK 0.57 0 0.43 0.47
HSL 135.58º 0.4% 0.37% -
HSV(B) 135.58º 0.57% 0.53% -
XYZ 11.55 18.46 9.97 -
YUV 104.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 57 134 77 0.57 0 0.43 0.47 135.58 0.4 0.37
Hex 39 86 4D 39 0 2B 2F 88 28 25
Octal 71 206 115 71 0 53 57 210 50 45
Binary 111001 10000110 1001101 111001 0 101011 101111 10001000 101000 100101

Color Harmonies of #39864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39864D

Black with #39864D

Text Example


Text Example

White with #39864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39864D; }

 p { color: rgb(57,134,77); }

 H1.HeaderClassName
 {
   color: #39864D;
 }
 .AnyTagClassName
 {
   color: #39864D;
 }
</style>

background-color css

<style>
 a { background-color: #39864D; }

 a { background-color: rgb(57,134,77); }

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

border-color css

<style>
 span { border-color: #39864D; }

 span { border-color: rgb(57,134,77); }

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