Html Css Color HEX #3C865D Amazon

📋 copy color: '#3C865D'

red 60 ◦ green 134 ◦ blue 93

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

Shades of Amazon #3C865D

Tints of Amazon #3C865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 20.91%
G = 46.69%
B = 32.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#3C865D (or 0x3C865D) is known color: Amazon. HEX triplet: 3C, 86 and 5D. RGB value is (60,134,93). Sum of RGB (Red+Green+Blue) = 60+134+93=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #3C865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C865D is #C379A2. Grayscale: #6B6B6B. Windows color (decimal): -12810659 or 6129212. OLE color: 6129212.

HSL color Cylindrical-coordinate representation of color #3C865D: hue angle of 146.76º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C865D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 93 -
CMYK 0.55 0 0.31 0.47
HSL 146.76º 0.38% 0.38% -
HSV(B) 146.76º 0.55% 0.53% -
XYZ 12.36 18.8 13.33 -
YUV 107.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 60 134 93 0.55 0 0.31 0.47 146.76 0.38 0.38
Hex 3C 86 5D 37 0 1F 2F 93 26 26
Octal 74 206 135 67 0 37 57 223 46 46
Binary 111100 10000110 1011101 110111 0 11111 101111 10010011 100110 100110

Color Harmonies of #3C865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C865D

Black with #3C865D

Text Example


Text Example

White with #3C865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,93); }

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

background-color css

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

 a { background-color: rgb(60,134,93); }

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

border-color css

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

 span { border-color: rgb(60,134,93); }

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