Html Css Color HEX #3C8553 Amazon

📋 copy color: '#3C8553'

red 60 ◦ green 133 ◦ blue 83

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

Shades of Amazon #3C8553

Tints of Amazon #3C8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 21.74%
G = 48.19%
B = 30.07%

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

#3C8553 (or 0x3C8553) is known color: Amazon. HEX triplet: 3C, 85 and 53. RGB value is (60,133,83). Sum of RGB (Red+Green+Blue) = 60+133+83=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8553 is #C37AAC. Grayscale: #696969. Windows color (decimal): -12810925 or 5473596. OLE color: 5473596.

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

Color convert

RGB 60 133 83 -
CMYK 0.55 0 0.38 0.48
HSL 138.9º 0.38% 0.38% -
HSV(B) 138.9º 0.55% 0.52% -
XYZ 11.81 18.36 11.1 -
YUV 105.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 60 133 83 0.55 0 0.38 0.48 138.9 0.38 0.38
Hex 3C 85 53 37 0 26 30 8B 26 26
Octal 74 205 123 67 0 46 60 213 46 46
Binary 111100 10000101 1010011 110111 0 100110 110000 10001011 100110 100110

Color Harmonies of #3C8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8553

Black with #3C8553

Text Example


Text Example

White with #3C8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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