Html Css Color HEX #3C854F Amazon

📋 copy color: '#3C854F'

red 60 ◦ green 133 ◦ blue 79

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

Shades of Amazon #3C854F

Tints of Amazon #3C854F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 22.06%
G = 48.9%
B = 29.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#3C854F (or 0x3C854F) is known color: Amazon. HEX triplet: 3C, 85 and 4F. RGB value is (60,133,79). Sum of RGB (Red+Green+Blue) = 60+133+79=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #3C854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C854F is #C37AB0. Grayscale: #696969. Windows color (decimal): -12810929 or 5211452. OLE color: 5211452.

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

Color convert

RGB 60 133 79 -
CMYK 0.55 0 0.41 0.48
HSL 135.62º 0.38% 0.38% -
HSV(B) 135.62º 0.55% 0.52% -
XYZ 11.66 18.3 10.31 -
YUV 105.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 60 133 79 0.55 0 0.41 0.48 135.62 0.38 0.38
Hex 3C 85 4F 37 0 29 30 88 26 26
Octal 74 205 117 67 0 51 60 210 46 46
Binary 111100 10000101 1001111 110111 0 101001 110000 10001000 100110 100110

Color Harmonies of #3C854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C854F

Black with #3C854F

Text Example


Text Example

White with #3C854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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