Html Css Color HEX #3F735B Amazon

📋 copy color: '#3F735B'

red 63 ◦ green 115 ◦ blue 91

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

Shades of Amazon #3F735B

Tints of Amazon #3F735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 23.42%
G = 42.75%
B = 33.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#3F735B (or 0x3F735B) is known color: Amazon. HEX triplet: 3F, 73 and 5B. RGB value is (63,115,91). Sum of RGB (Red+Green+Blue) = 63+115+91=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #3F735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F735B is #C08CA4. Grayscale: #606060. Windows color (decimal): -12618917 or 5993279. OLE color: 5993279.

HSL color Cylindrical-coordinate representation of color #3F735B: hue angle of 152.31º 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 #3F735B is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 91 -
CMYK 0.45 0 0.21 0.55
HSL 152.31º 0.29% 0.35% -
HSV(B) 152.31º 0.45% 0.45% -
XYZ 10.07 14.07 12.08 -
YUV 96.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 63 115 91 0.45 0 0.21 0.55 152.31 0.29 0.35
Hex 3F 73 5B 2D 0 15 37 98 1D 23
Octal 77 163 133 55 0 25 67 230 35 43
Binary 111111 1110011 1011011 101101 0 10101 110111 10011000 11101 100011

Color Harmonies of #3F735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F735B

Black with #3F735B

Text Example


Text Example

White with #3F735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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