Html Css Color HEX #3F775C Amazon

📋 copy color: '#3F775C'

red 63 ◦ green 119 ◦ blue 92

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

Shades of Amazon #3F775C

Tints of Amazon #3F775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 22.99%
G = 43.43%
B = 33.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#3F775C (or 0x3F775C) is known color: Amazon. HEX triplet: 3F, 77 and 5C. RGB value is (63,119,92). Sum of RGB (Red+Green+Blue) = 63+119+92=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775C is #C088A3. Grayscale: #636363. Windows color (decimal): -12617892 or 6059839. OLE color: 6059839.

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

Color convert

RGB 63 119 92 -
CMYK 0.47 0 0.23 0.53
HSL 151.07º 0.31% 0.36% -
HSV(B) 151.07º 0.47% 0.47% -
XYZ 10.58 15.02 12.47 -
YUV 99.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 63 119 92 0.47 0 0.23 0.53 151.07 0.31 0.36
Hex 3F 77 5C 2F 0 17 35 97 1F 24
Octal 77 167 134 57 0 27 65 227 37 44
Binary 111111 1110111 1011100 101111 0 10111 110101 10010111 11111 100100

Color Harmonies of #3F775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F775C

Black with #3F775C

Text Example


Text Example

White with #3F775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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