Html Css Color HEX #3C735A Amazon

📋 copy color: '#3C735A'

red 60 ◦ green 115 ◦ blue 90

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

Shades of Amazon #3C735A

Tints of Amazon #3C735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 22.64%
G = 43.4%
B = 33.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3C735A (or 0x3C735A) is known color: Amazon. HEX triplet: 3C, 73 and 5A. RGB value is (60,115,90). Sum of RGB (Red+Green+Blue) = 60+115+90=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735A is #C38CA5. Grayscale: #5F5F5F. Windows color (decimal): -12815526 or 5927740. OLE color: 5927740.

HSL color Cylindrical-coordinate representation of color #3C735A: hue angle of 152.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C735A is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 90 -
CMYK 0.48 0 0.22 0.55
HSL 152.73º 0.31% 0.34% -
HSV(B) 152.73º 0.48% 0.45% -
XYZ 9.84 13.96 11.85 -
YUV 95.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 60 115 90 0.48 0 0.22 0.55 152.73 0.31 0.34
Hex 3C 73 5A 30 0 16 37 99 1F 22
Octal 74 163 132 60 0 26 67 231 37 42
Binary 111100 1110011 1011010 110000 0 10110 110111 10011001 11111 100010

Color Harmonies of #3C735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C735A

Black with #3C735A

Text Example


Text Example

White with #3C735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,90); }

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

background-color css

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

 a { background-color: rgb(60,115,90); }

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

border-color css

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

 span { border-color: rgb(60,115,90); }

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