Html Css Color HEX #3F7755 Amazon

📋 copy color: '#3F7755'

red 63 ◦ green 119 ◦ blue 85

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

Shades of Amazon #3F7755

Tints of Amazon #3F7755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 23.6%
G = 44.57%
B = 31.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#3F7755 (or 0x3F7755) is known color: Amazon. HEX triplet: 3F, 77 and 55. RGB value is (63,119,85). Sum of RGB (Red+Green+Blue) = 63+119+85=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7755 is #C088AA. Grayscale: #626262. Windows color (decimal): -12617899 or 5601087. OLE color: 5601087.

HSL color Cylindrical-coordinate representation of color #3F7755: hue angle of 143.57º 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 #3F7755 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 85 -
CMYK 0.47 0 0.29 0.53
HSL 143.57º 0.31% 0.36% -
HSV(B) 143.57º 0.47% 0.47% -
XYZ 10.29 14.91 10.93 -
YUV 98.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 63 119 85 0.47 0 0.29 0.53 143.57 0.31 0.36
Hex 3F 77 55 2F 0 1D 35 90 1F 24
Octal 77 167 125 57 0 35 65 220 37 44
Binary 111111 1110111 1010101 101111 0 11101 110101 10010000 11111 100100

Color Harmonies of #3F7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7755

Black with #3F7755

Text Example


Text Example

White with #3F7755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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