Html Css Color HEX #39815A Amazon

📋 copy color: '#39815A'

red 57 ◦ green 129 ◦ blue 90

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

Shades of Amazon #39815A

Tints of Amazon #39815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 20.65%
G = 46.74%
B = 32.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#39815A (or 0x39815A) is known color: Amazon. HEX triplet: 39, 81 and 5A. RGB value is (57,129,90). Sum of RGB (Red+Green+Blue) = 57+129+90=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #39815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39815A is #C67EA5. Grayscale: #676767. Windows color (decimal): -13008550 or 5931321. OLE color: 5931321.

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

Color convert

RGB 57 129 90 -
CMYK 0.56 0 0.30 0.49
HSL 147.5º 0.39% 0.36% -
HSV(B) 147.5º 0.56% 0.51% -
XYZ 11.38 17.31 12.41 -
YUV 103.03 120.65 95.17 -
System Red Green Blue C M Y K H S L
Decimal 57 129 90 0.56 0 0.30 0.49 147.5 0.39 0.36
Hex 39 81 5A 38 0 1E 31 94 27 24
Octal 71 201 132 70 0 36 61 224 47 44
Binary 111001 10000001 1011010 111000 0 11110 110001 10010100 100111 100100

Color Harmonies of #39815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39815A

Black with #39815A

Text Example


Text Example

White with #39815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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