Html Css Color HEX #3C8458 Amazon

📋 copy color: '#3C8458'

red 60 ◦ green 132 ◦ blue 88

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

Shades of Amazon #3C8458

Tints of Amazon #3C8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 21.43%
G = 47.14%
B = 31.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#3C8458 (or 0x3C8458) is known color: Amazon. HEX triplet: 3C, 84 and 58. RGB value is (60,132,88). Sum of RGB (Red+Green+Blue) = 60+132+88=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8458 is #C37BA7. Grayscale: #696969. Windows color (decimal): -12811176 or 5801020. OLE color: 5801020.

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

Color convert

RGB 60 132 88 -
CMYK 0.55 0 0.33 0.48
HSL 143.33º 0.38% 0.38% -
HSV(B) 143.33º 0.55% 0.52% -
XYZ 11.88 18.17 12.11 -
YUV 105.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 60 132 88 0.55 0 0.33 0.48 143.33 0.38 0.38
Hex 3C 84 58 37 0 21 30 8F 26 26
Octal 74 204 130 67 0 41 60 217 46 46
Binary 111100 10000100 1011000 110111 0 100001 110000 10001111 100110 100110

Color Harmonies of #3C8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8458

Black with #3C8458

Text Example


Text Example

White with #3C8458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,88); }

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

background-color css

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

 a { background-color: rgb(60,132,88); }

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

border-color css

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

 span { border-color: rgb(60,132,88); }

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