Html Css Color HEX #3C814E Amazon

📋 copy color: '#3C814E'

red 60 ◦ green 129 ◦ blue 78

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

Shades of Amazon #3C814E

Tints of Amazon #3C814E

RGB

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

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

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

R = 22.47%
G = 48.31%
B = 29.21%

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

#3C814E (or 0x3C814E) is known color: Amazon. HEX triplet: 3C, 81 and 4E. RGB value is (60,129,78). Sum of RGB (Red+Green+Blue) = 60+129+78=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #3C814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C814E is #C37EB1. Grayscale: #666666. Windows color (decimal): -12811954 or 5144892. OLE color: 5144892.

HSL color Cylindrical-coordinate representation of color #3C814E: hue angle of 135.65º 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 #3C814E is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 129 78 -
CMYK 0.53 0 0.40 0.49
HSL 135.65º 0.37% 0.37% -
HSV(B) 135.65º 0.53% 0.51% -
XYZ 11.09 17.21 9.95 -
YUV 102.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 60 129 78 0.53 0 0.40 0.49 135.65 0.37 0.37
Hex 3C 81 4E 35 0 28 31 88 25 25
Octal 74 201 116 65 0 50 61 210 45 45
Binary 111100 10000001 1001110 110101 0 101000 110001 10001000 100101 100101

Color Harmonies of #3C814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C814E

Black with #3C814E

Text Example


Text Example

White with #3C814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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