Html Css Color HEX #3C8952 Amazon

📋 copy color: '#3C8952'

red 60 ◦ green 137 ◦ blue 82

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

Shades of Amazon #3C8952

Tints of Amazon #3C8952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 21.51%
G = 49.1%
B = 29.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#3C8952 (or 0x3C8952) is known color: Amazon. HEX triplet: 3C, 89 and 52. RGB value is (60,137,82). Sum of RGB (Red+Green+Blue) = 60+137+82=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8952 is #C376AD. Grayscale: #6B6B6B. Windows color (decimal): -12809902 or 5409084. OLE color: 5409084.

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

Color convert

RGB 60 137 82 -
CMYK 0.56 0 0.40 0.46
HSL 137.14º 0.39% 0.39% -
HSV(B) 137.14º 0.56% 0.54% -
XYZ 12.33 19.46 11.09 -
YUV 107.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 60 137 82 0.56 0 0.40 0.46 137.14 0.39 0.39
Hex 3C 89 52 38 0 28 2E 89 27 27
Octal 74 211 122 70 0 50 56 211 47 47
Binary 111100 10001001 1010010 111000 0 101000 101110 10001001 100111 100111

Color Harmonies of #3C8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8952

Black with #3C8952

Text Example


Text Example

White with #3C8952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,82); }

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

background-color css

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

 a { background-color: rgb(60,137,82); }

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

border-color css

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

 span { border-color: rgb(60,137,82); }

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