Html Css Color HEX #3C8051 Amazon

📋 copy color: '#3C8051'

red 60 ◦ green 128 ◦ blue 81

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

Shades of Amazon #3C8051

Tints of Amazon #3C8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 22.3%
G = 47.58%
B = 30.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#3C8051 (or 0x3C8051) is known color: Amazon. HEX triplet: 3C, 80 and 51. RGB value is (60,128,81). Sum of RGB (Red+Green+Blue) = 60+128+81=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8051 is #C37FAE. Grayscale: #666666. Windows color (decimal): -12812207 or 5341244. OLE color: 5341244.

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

Color convert

RGB 60 128 81 -
CMYK 0.53 0 0.37 0.50
HSL 138.53º 0.36% 0.37% -
HSV(B) 138.53º 0.53% 0.5% -
XYZ 11.07 16.99 10.48 -
YUV 102.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 60 128 81 0.53 0 0.37 0.50 138.53 0.36 0.37
Hex 3C 80 51 35 0 25 32 8B 24 25
Octal 74 200 121 65 0 45 62 213 44 45
Binary 111100 10000000 1010001 110101 0 100101 110010 10001011 100100 100101

Color Harmonies of #3C8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8051

Black with #3C8051

Text Example


Text Example

White with #3C8051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,81); }

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

background-color css

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

 a { background-color: rgb(60,128,81); }

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

border-color css

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

 span { border-color: rgb(60,128,81); }

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