Html Css Color HEX #39815E Amazon

📋 copy color: '#39815E'

red 57 ◦ green 129 ◦ blue 94

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

Shades of Amazon #39815E

Tints of Amazon #39815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 20.36%
G = 46.07%
B = 33.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#39815E (or 0x39815E) is known color: Amazon. HEX triplet: 39, 81 and 5E. RGB value is (57,129,94). Sum of RGB (Red+Green+Blue) = 57+129+94=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #39815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39815E is #C67EA1. Grayscale: #676767. Windows color (decimal): -13008546 or 6193465. OLE color: 6193465.

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

Color convert

RGB 57 129 94 -
CMYK 0.56 0 0.27 0.49
HSL 150.83º 0.39% 0.36% -
HSV(B) 150.83º 0.56% 0.51% -
XYZ 11.56 17.38 13.33 -
YUV 103.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 57 129 94 0.56 0 0.27 0.49 150.83 0.39 0.36
Hex 39 81 5E 38 0 1B 31 97 27 24
Octal 71 201 136 70 0 33 61 227 47 44
Binary 111001 10000001 1011110 111000 0 11011 110001 10010111 100111 100100

Color Harmonies of #39815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39815E

Black with #39815E

Text Example


Text Example

White with #39815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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