Html Css Color HEX #3C835E Amazon

📋 copy color: '#3C835E'

red 60 ◦ green 131 ◦ blue 94

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

Shades of Amazon #3C835E

Tints of Amazon #3C835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 21.05%
G = 45.96%
B = 32.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#3C835E (or 0x3C835E) is known color: Amazon. HEX triplet: 3C, 83 and 5E. RGB value is (60,131,94). Sum of RGB (Red+Green+Blue) = 60+131+94=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #3C835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C835E is #C37CA1. Grayscale: #696969. Windows color (decimal): -12811426 or 6193980. OLE color: 6193980.

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

Color convert

RGB 60 131 94 -
CMYK 0.54 0 0.28 0.49
HSL 148.73º 0.37% 0.37% -
HSV(B) 148.73º 0.54% 0.51% -
XYZ 12 18 13.43 -
YUV 105.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 60 131 94 0.54 0 0.28 0.49 148.73 0.37 0.37
Hex 3C 83 5E 36 0 1C 31 95 25 25
Octal 74 203 136 66 0 34 61 225 45 45
Binary 111100 10000011 1011110 110110 0 11100 110001 10010101 100101 100101

Color Harmonies of #3C835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C835E

Black with #3C835E

Text Example


Text Example

White with #3C835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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