Html Css Color HEX #3C8452 Amazon

📋 copy color: '#3C8452'

red 60 ◦ green 132 ◦ blue 82

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

Shades of Amazon #3C8452

Tints of Amazon #3C8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

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

R = 21.9%
G = 48.18%
B = 29.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#3C8452 (or 0x3C8452) is known color: Amazon. HEX triplet: 3C, 84 and 52. RGB value is (60,132,82). Sum of RGB (Red+Green+Blue) = 60+132+82=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8452 is #C37BAD. Grayscale: #686868. Windows color (decimal): -12811182 or 5407804. OLE color: 5407804.

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

Color convert

RGB 60 132 82 -
CMYK 0.55 0 0.38 0.48
HSL 138.33º 0.38% 0.38% -
HSV(B) 138.33º 0.55% 0.52% -
XYZ 11.64 18.07 10.86 -
YUV 104.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 60 132 82 0.55 0 0.38 0.48 138.33 0.38 0.38
Hex 3C 84 52 37 0 26 30 8A 26 26
Octal 74 204 122 67 0 46 60 212 46 46
Binary 111100 10000100 1010010 110111 0 100110 110000 10001010 100110 100110

Color Harmonies of #3C8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8452

Black with #3C8452

Text Example


Text Example

White with #3C8452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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