Html Css Color HEX #3C855A Amazon

📋 copy color: '#3C855A'

red 60 ◦ green 133 ◦ blue 90

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

Shades of Amazon #3C855A

Tints of Amazon #3C855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 21.2%
G = 47%
B = 31.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#3C855A (or 0x3C855A) is known color: Amazon. HEX triplet: 3C, 85 and 5A. RGB value is (60,133,90). Sum of RGB (Red+Green+Blue) = 60+133+90=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #3C855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C855A is #C37AA5. Grayscale: #6A6A6A. Windows color (decimal): -12810918 or 5932348. OLE color: 5932348.

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

Color convert

RGB 60 133 90 -
CMYK 0.55 0 0.32 0.48
HSL 144.66º 0.38% 0.38% -
HSV(B) 144.66º 0.55% 0.52% -
XYZ 12.1 18.47 12.6 -
YUV 106.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 60 133 90 0.55 0 0.32 0.48 144.66 0.38 0.38
Hex 3C 85 5A 37 0 20 30 91 26 26
Octal 74 205 132 67 0 40 60 221 46 46
Binary 111100 10000101 1011010 110111 0 100000 110000 10010001 100110 100110

Color Harmonies of #3C855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C855A

Black with #3C855A

Text Example


Text Example

White with #3C855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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