Html Css Color HEX #3C765B Amazon

📋 copy color: '#3C765B'

red 60 ◦ green 118 ◦ blue 91

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

Shades of Amazon #3C765B

Tints of Amazon #3C765B

RGB

 RED value IS 60 (23.83% from 255) = 22.3%

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 22.3%
G = 43.87%
B = 33.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#3C765B (or 0x3C765B) is known color: Amazon. HEX triplet: 3C, 76 and 5B. RGB value is (60,118,91). Sum of RGB (Red+Green+Blue) = 60+118+91=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3C765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C765B is #C389A4. Grayscale: #616161. Windows color (decimal): -12814757 or 5994044. OLE color: 5994044.

HSL color Cylindrical-coordinate representation of color #3C765B: hue angle of 152.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C765B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 91 -
CMYK 0.49 0 0.23 0.54
HSL 152.07º 0.33% 0.35% -
HSV(B) 152.07º 0.49% 0.46% -
XYZ 10.23 14.67 12.19 -
YUV 97.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 60 118 91 0.49 0 0.23 0.54 152.07 0.33 0.35
Hex 3C 76 5B 31 0 17 36 98 21 23
Octal 74 166 133 61 0 27 66 230 41 43
Binary 111100 1110110 1011011 110001 0 10111 110110 10011000 100001 100011

Color Harmonies of #3C765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C765B

Black with #3C765B

Text Example


Text Example

White with #3C765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C765B; }

 p { color: rgb(60,118,91); }

 H1.HeaderClassName
 {
   color: #3C765B;
 }
 .AnyTagClassName
 {
   color: #3C765B;
 }
</style>

background-color css

<style>
 a { background-color: #3C765B; }

 a { background-color: rgb(60,118,91); }

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

border-color css

<style>
 span { border-color: #3C765B; }

 span { border-color: rgb(60,118,91); }

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