Html Css Color HEX #3C814D Amazon

📋 copy color: '#3C814D'

red 60 ◦ green 129 ◦ blue 77

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

Shades of Amazon #3C814D

Tints of Amazon #3C814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 22.56%
G = 48.5%
B = 28.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#3C814D (or 0x3C814D) is known color: Amazon. HEX triplet: 3C, 81 and 4D. RGB value is (60,129,77). Sum of RGB (Red+Green+Blue) = 60+129+77=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #3C814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C814D is #C37EB2. Grayscale: #666666. Windows color (decimal): -12811955 or 5079356. OLE color: 5079356.

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

Color convert

RGB 60 129 77 -
CMYK 0.53 0 0.40 0.49
HSL 134.78º 0.37% 0.37% -
HSV(B) 134.78º 0.53% 0.51% -
XYZ 11.05 17.2 9.76 -
YUV 102.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 60 129 77 0.53 0 0.40 0.49 134.78 0.37 0.37
Hex 3C 81 4D 35 0 28 31 87 25 25
Octal 74 201 115 65 0 50 61 207 45 45
Binary 111100 10000001 1001101 110101 0 101000 110001 10000111 100101 100101

Color Harmonies of #3C814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C814D

Black with #3C814D

Text Example


Text Example

White with #3C814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,77); }

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

background-color css

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

 a { background-color: rgb(60,129,77); }

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

border-color css

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

 span { border-color: rgb(60,129,77); }

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