Html Css Color HEX #3C824E Amazon

📋 copy color: '#3C824E'

red 60 ◦ green 130 ◦ blue 78

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

Shades of Amazon #3C824E

Tints of Amazon #3C824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 22.39%
G = 48.51%
B = 29.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#3C824E (or 0x3C824E) is known color: Amazon. HEX triplet: 3C, 82 and 4E. RGB value is (60,130,78). Sum of RGB (Red+Green+Blue) = 60+130+78=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #3C824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C824E is #C37DB1. Grayscale: #676767. Windows color (decimal): -12811698 or 5145148. OLE color: 5145148.

HSL color Cylindrical-coordinate representation of color #3C824E: hue angle of 135.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C824E is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 130 78 -
CMYK 0.54 0 0.40 0.49
HSL 135.43º 0.37% 0.37% -
HSV(B) 135.43º 0.54% 0.51% -
XYZ 11.22 17.48 9.99 -
YUV 103.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 60 130 78 0.54 0 0.40 0.49 135.43 0.37 0.37
Hex 3C 82 4E 36 0 28 31 87 25 25
Octal 74 202 116 66 0 50 61 207 45 45
Binary 111100 10000010 1001110 110110 0 101000 110001 10000111 100101 100101

Color Harmonies of #3C824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C824E

Black with #3C824E

Text Example


Text Example

White with #3C824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,130,78); }

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

background-color css

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

 a { background-color: rgb(60,130,78); }

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

border-color css

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

 span { border-color: rgb(60,130,78); }

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