Html Css Color HEX #3C8554 Amazon

📋 copy color: '#3C8554'

red 60 ◦ green 133 ◦ blue 84

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

Shades of Amazon #3C8554

Tints of Amazon #3C8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

 BLUE value IS 84 (33.2% from 255) = 30.32%

R = 21.66%
G = 48.01%
B = 30.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#3C8554 (or 0x3C8554) is known color: Amazon. HEX triplet: 3C, 85 and 54. RGB value is (60,133,84). Sum of RGB (Red+Green+Blue) = 60+133+84=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8554 is #C37AAB. Grayscale: #696969. Windows color (decimal): -12810924 or 5539132. OLE color: 5539132.

HSL color Cylindrical-coordinate representation of color #3C8554: hue angle of 139.73º 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 #3C8554 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 133 84 -
CMYK 0.55 0 0.37 0.48
HSL 139.73º 0.38% 0.38% -
HSV(B) 139.73º 0.55% 0.52% -
XYZ 11.85 18.38 11.31 -
YUV 105.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 60 133 84 0.55 0 0.37 0.48 139.73 0.38 0.38
Hex 3C 85 54 37 0 25 30 8C 26 26
Octal 74 205 124 67 0 45 60 214 46 46
Binary 111100 10000101 1010100 110111 0 100101 110000 10001100 100110 100110

Color Harmonies of #3C8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8554

Black with #3C8554

Text Example


Text Example

White with #3C8554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,84); }

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

background-color css

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

 a { background-color: rgb(60,133,84); }

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

border-color css

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

 span { border-color: rgb(60,133,84); }

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