Html Css Color HEX #3F7855 Amazon

📋 copy color: '#3F7855'

red 63 ◦ green 120 ◦ blue 85

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

Shades of Amazon #3F7855

Tints of Amazon #3F7855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.78%

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

R = 23.51%
G = 44.78%
B = 31.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#3F7855 (or 0x3F7855) is known color: Amazon. HEX triplet: 3F, 78 and 55. RGB value is (63,120,85). Sum of RGB (Red+Green+Blue) = 63+120+85=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7855 is #C087AA. Grayscale: #636363. Windows color (decimal): -12617643 or 5601343. OLE color: 5601343.

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

Color convert

RGB 63 120 85 -
CMYK 0.48 0 0.29 0.53
HSL 143.16º 0.31% 0.36% -
HSV(B) 143.16º 0.48% 0.47% -
XYZ 10.41 15.15 10.97 -
YUV 98.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 63 120 85 0.48 0 0.29 0.53 143.16 0.31 0.36
Hex 3F 78 55 30 0 1D 35 8F 1F 24
Octal 77 170 125 60 0 35 65 217 37 44
Binary 111111 1111000 1010101 110000 0 11101 110101 10001111 11111 100100

Color Harmonies of #3F7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7855

Black with #3F7855

Text Example


Text Example

White with #3F7855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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