Html Css Color HEX #3C8555 Amazon

📋 copy color: '#3C8555'

red 60 ◦ green 133 ◦ blue 85

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

Shades of Amazon #3C8555

Tints of Amazon #3C8555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 21.58%
G = 47.84%
B = 30.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#3C8555 (or 0x3C8555) is known color: Amazon. HEX triplet: 3C, 85 and 55. RGB value is (60,133,85). Sum of RGB (Red+Green+Blue) = 60+133+85=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8555 is #C37AAA. Grayscale: #696969. Windows color (decimal): -12810923 or 5604668. OLE color: 5604668.

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

Color convert

RGB 60 133 85 -
CMYK 0.55 0 0.36 0.48
HSL 140.55º 0.38% 0.38% -
HSV(B) 140.55º 0.55% 0.52% -
XYZ 11.89 18.39 11.52 -
YUV 105.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 60 133 85 0.55 0 0.36 0.48 140.55 0.38 0.38
Hex 3C 85 55 37 0 24 30 8D 26 26
Octal 74 205 125 67 0 44 60 215 46 46
Binary 111100 10000101 1010101 110111 0 100100 110000 10001101 100110 100110

Color Harmonies of #3C8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8555

Black with #3C8555

Text Example


Text Example

White with #3C8555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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