Html Css Color HEX #3C7A52 Amazon

📋 copy color: '#3C7A52'

red 60 ◦ green 122 ◦ blue 82

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

Shades of Amazon #3C7A52

Tints of Amazon #3C7A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.21%

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 22.73%
G = 46.21%
B = 31.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#3C7A52 (or 0x3C7A52) is known color: Amazon. HEX triplet: 3C, 7A and 52. RGB value is (60,122,82). Sum of RGB (Red+Green+Blue) = 60+122+82=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A52 is #C385AD. Grayscale: #626262. Windows color (decimal): -12813742 or 5405244. OLE color: 5405244.

HSL color Cylindrical-coordinate representation of color #3C7A52: hue angle of 141.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A52 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 122 82 -
CMYK 0.51 0 0.33 0.52
HSL 141.29º 0.34% 0.36% -
HSV(B) 141.29º 0.51% 0.48% -
XYZ 10.35 15.49 10.43 -
YUV 98.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 60 122 82 0.51 0 0.33 0.52 141.29 0.34 0.36
Hex 3C 7A 52 33 0 21 34 8D 22 24
Octal 74 172 122 63 0 41 64 215 42 44
Binary 111100 1111010 1010010 110011 0 100001 110100 10001101 100010 100100

Color Harmonies of #3C7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A52

Black with #3C7A52

Text Example


Text Example

White with #3C7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,82); }

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

background-color css

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

 a { background-color: rgb(60,122,82); }

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

border-color css

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

 span { border-color: rgb(60,122,82); }

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