Html Css Color HEX #39765C Amazon

📋 copy color: '#39765C'

red 57 ◦ green 118 ◦ blue 92

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

Shades of Amazon #39765C

Tints of Amazon #39765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 21.35%
G = 44.19%
B = 34.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#39765C (or 0x39765C) is known color: Amazon. HEX triplet: 39, 76 and 5C. RGB value is (57,118,92). Sum of RGB (Red+Green+Blue) = 57+118+92=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #39765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39765C is #C689A3. Grayscale: #606060. Windows color (decimal): -13011364 or 6059577. OLE color: 6059577.

HSL color Cylindrical-coordinate representation of color #39765C: hue angle of 154.43º 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 #39765C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 92 -
CMYK 0.52 0 0.22 0.54
HSL 154.43º 0.35% 0.34% -
HSV(B) 154.43º 0.52% 0.46% -
XYZ 10.1 14.6 12.41 -
YUV 96.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 57 118 92 0.52 0 0.22 0.54 154.43 0.35 0.34
Hex 39 76 5C 34 0 16 36 9A 23 22
Octal 71 166 134 64 0 26 66 232 43 42
Binary 111001 1110110 1011100 110100 0 10110 110110 10011010 100011 100010

Color Harmonies of #39765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39765C

Black with #39765C

Text Example


Text Example

White with #39765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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