Html Css Color HEX #39814E Amazon

📋 copy color: '#39814E'

red 57 ◦ green 129 ◦ blue 78

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

Shades of Amazon #39814E

Tints of Amazon #39814E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 21.59%
G = 48.86%
B = 29.55%

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

#39814E (or 0x39814E) is known color: Amazon. HEX triplet: 39, 81 and 4E. RGB value is (57,129,78). Sum of RGB (Red+Green+Blue) = 57+129+78=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #39814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39814E is #C67EB1. Grayscale: #656565. Windows color (decimal): -13008562 or 5144889. OLE color: 5144889.

HSL color Cylindrical-coordinate representation of color #39814E: hue angle of 137.5º 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 #39814E is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 78 -
CMYK 0.56 0 0.40 0.49
HSL 137.5º 0.39% 0.36% -
HSV(B) 137.5º 0.56% 0.51% -
XYZ 10.91 17.12 9.94 -
YUV 101.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 57 129 78 0.56 0 0.40 0.49 137.5 0.39 0.36
Hex 39 81 4E 38 0 28 31 8A 27 24
Octal 71 201 116 70 0 50 61 212 47 44
Binary 111001 10000001 1001110 111000 0 101000 110001 10001010 100111 100100

Color Harmonies of #39814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39814E

Black with #39814E

Text Example


Text Example

White with #39814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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