Html Css Color HEX #3C6D52 Amazon

📋 copy color: '#3C6D52'

red 60 ◦ green 109 ◦ blue 82

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

Shades of Amazon #3C6D52

Tints of Amazon #3C6D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.43%

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

R = 23.9%
G = 43.43%
B = 32.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#3C6D52 (or 0x3C6D52) is known color: Amazon. HEX triplet: 3C, 6D and 52. RGB value is (60,109,82). Sum of RGB (Red+Green+Blue) = 60+109+82=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D52 is #C392AD. Grayscale: #5B5B5B. Windows color (decimal): -12817070 or 5401916. OLE color: 5401916.

HSL color Cylindrical-coordinate representation of color #3C6D52: hue angle of 146.94º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D52 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 82 -
CMYK 0.45 0 0.25 0.57
HSL 146.94º 0.29% 0.33% -
HSV(B) 146.94º 0.45% 0.43% -
XYZ 8.86 12.51 9.93 -
YUV 91.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 60 109 82 0.45 0 0.25 0.57 146.94 0.29 0.33
Hex 3C 6D 52 2D 0 19 39 93 1D 21
Octal 74 155 122 55 0 31 71 223 35 41
Binary 111100 1101101 1010010 101101 0 11001 111001 10010011 11101 100001

Color Harmonies of #3C6D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D52

Black with #3C6D52

Text Example


Text Example

White with #3C6D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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