Html Css Color HEX #3F865E Amazon

📋 copy color: '#3F865E'

red 63 ◦ green 134 ◦ blue 94

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

Shades of Amazon #3F865E

Tints of Amazon #3F865E

RGB

 RED value IS 63 (25% from 255) = 21.65%

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

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

R = 21.65%
G = 46.05%
B = 32.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#3F865E (or 0x3F865E) is known color: Amazon. HEX triplet: 3F, 86 and 5E. RGB value is (63,134,94). Sum of RGB (Red+Green+Blue) = 63+134+94=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #3F865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F865E is #C079A1. Grayscale: #6C6C6C. Windows color (decimal): -12614050 or 6194751. OLE color: 6194751.

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

Color convert

RGB 63 134 94 -
CMYK 0.53 0 0.30 0.47
HSL 146.2º 0.36% 0.39% -
HSV(B) 146.2º 0.53% 0.53% -
XYZ 12.6 18.92 13.58 -
YUV 108.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 63 134 94 0.53 0 0.30 0.47 146.2 0.36 0.39
Hex 3F 86 5E 35 0 1E 2F 92 24 27
Octal 77 206 136 65 0 36 57 222 44 47
Binary 111111 10000110 1011110 110101 0 11110 101111 10010010 100100 100111

Color Harmonies of #3F865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F865E

Black with #3F865E

Text Example


Text Example

White with #3F865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,134,94); }

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

background-color css

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

 a { background-color: rgb(63,134,94); }

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

border-color css

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

 span { border-color: rgb(63,134,94); }

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