Html Css Color HEX #3C835C Amazon

📋 copy color: '#3C835C'

red 60 ◦ green 131 ◦ blue 92

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

Shades of Amazon #3C835C

Tints of Amazon #3C835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 21.2%
G = 46.29%
B = 32.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#3C835C (or 0x3C835C) is known color: Amazon. HEX triplet: 3C, 83 and 5C. RGB value is (60,131,92). Sum of RGB (Red+Green+Blue) = 60+131+92=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #3C835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C835C is #C37CA3. Grayscale: #696969. Windows color (decimal): -12811428 or 6062908. OLE color: 6062908.

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

Color convert

RGB 60 131 92 -
CMYK 0.54 0 0.30 0.49
HSL 147.04º 0.37% 0.37% -
HSV(B) 147.04º 0.54% 0.51% -
XYZ 11.91 17.97 12.97 -
YUV 105.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 60 131 92 0.54 0 0.30 0.49 147.04 0.37 0.37
Hex 3C 83 5C 36 0 1E 31 93 25 25
Octal 74 203 134 66 0 36 61 223 45 45
Binary 111100 10000011 1011100 110110 0 11110 110001 10010011 100101 100101

Color Harmonies of #3C835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C835C

Black with #3C835C

Text Example


Text Example

White with #3C835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,131,92); }

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

background-color css

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

 a { background-color: rgb(60,131,92); }

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

border-color css

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

 span { border-color: rgb(60,131,92); }

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