Html Css Color HEX #39814D Amazon

📋 copy color: '#39814D'

red 57 ◦ green 129 ◦ blue 77

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

Shades of Amazon #39814D

Tints of Amazon #39814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

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

R = 21.67%
G = 49.05%
B = 29.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#39814D (or 0x39814D) is known color: Amazon. HEX triplet: 39, 81 and 4D. RGB value is (57,129,77). Sum of RGB (Red+Green+Blue) = 57+129+77=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #39814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39814D is #C67EB2. Grayscale: #656565. Windows color (decimal): -13008563 or 5079353. OLE color: 5079353.

HSL color Cylindrical-coordinate representation of color #39814D: hue angle of 136.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39814D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 77 -
CMYK 0.56 0 0.40 0.49
HSL 136.67º 0.39% 0.36% -
HSV(B) 136.67º 0.56% 0.51% -
XYZ 10.88 17.11 9.75 -
YUV 101.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 57 129 77 0.56 0 0.40 0.49 136.67 0.39 0.36
Hex 39 81 4D 38 0 28 31 89 27 24
Octal 71 201 115 70 0 50 61 211 47 44
Binary 111001 10000001 1001101 111000 0 101000 110001 10001001 100111 100100

Color Harmonies of #39814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39814D

Black with #39814D

Text Example


Text Example

White with #39814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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