Html Css Color HEX #39765A Amazon

📋 copy color: '#39765A'

red 57 ◦ green 118 ◦ blue 90

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

Shades of Amazon #39765A

Tints of Amazon #39765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.53%

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

R = 21.51%
G = 44.53%
B = 33.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#39765A (or 0x39765A) is known color: Amazon. HEX triplet: 39, 76 and 5A. RGB value is (57,118,90). Sum of RGB (Red+Green+Blue) = 57+118+90=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #39765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39765A is #C689A5. Grayscale: #606060. Windows color (decimal): -13011366 or 5928505. OLE color: 5928505.

HSL color Cylindrical-coordinate representation of color #39765A: hue angle of 152.46º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39765A is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 90 -
CMYK 0.52 0 0.24 0.54
HSL 152.46º 0.35% 0.34% -
HSV(B) 152.46º 0.52% 0.46% -
XYZ 10.01 14.56 11.96 -
YUV 96.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 57 118 90 0.52 0 0.24 0.54 152.46 0.35 0.34
Hex 39 76 5A 34 0 18 36 98 23 22
Octal 71 166 132 64 0 30 66 230 43 42
Binary 111001 1110110 1011010 110100 0 11000 110110 10011000 100011 100010

Color Harmonies of #39765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39765A

Black with #39765A

Text Example


Text Example

White with #39765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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