Html Css Color HEX #3F735C Amazon

📋 copy color: '#3F735C'

red 63 ◦ green 115 ◦ blue 92

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

Shades of Amazon #3F735C

Tints of Amazon #3F735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

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

R = 23.33%
G = 42.59%
B = 34.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#3F735C (or 0x3F735C) is known color: Amazon. HEX triplet: 3F, 73 and 5C. RGB value is (63,115,92). Sum of RGB (Red+Green+Blue) = 63+115+92=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #3F735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F735C is #C08CA3. Grayscale: #606060. Windows color (decimal): -12618916 or 6058815. OLE color: 6058815.

HSL color Cylindrical-coordinate representation of color #3F735C: hue angle of 153.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F735C is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 92 -
CMYK 0.45 0 0.20 0.55
HSL 153.46º 0.29% 0.35% -
HSV(B) 153.46º 0.45% 0.45% -
XYZ 10.11 14.09 12.31 -
YUV 96.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 63 115 92 0.45 0 0.20 0.55 153.46 0.29 0.35
Hex 3F 73 5C 2D 0 14 37 99 1D 23
Octal 77 163 134 55 0 24 67 231 35 43
Binary 111111 1110011 1011100 101101 0 10100 110111 10011001 11101 100011

Color Harmonies of #3F735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F735C

Black with #3F735C

Text Example


Text Example

White with #3F735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,92); }

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

background-color css

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

 a { background-color: rgb(63,115,92); }

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

border-color css

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

 span { border-color: rgb(63,115,92); }

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