Html Css Color HEX #3F7255 Amazon

📋 copy color: '#3F7255'

red 63 ◦ green 114 ◦ blue 85

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

Shades of Amazon #3F7255

Tints of Amazon #3F7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 24.05%
G = 43.51%
B = 32.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#3F7255 (or 0x3F7255) is known color: Amazon. HEX triplet: 3F, 72 and 55. RGB value is (63,114,85). Sum of RGB (Red+Green+Blue) = 63+114+85=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7255 is #C08DAA. Grayscale: #5F5F5F. Windows color (decimal): -12619179 or 5599807. OLE color: 5599807.

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

Color convert

RGB 63 114 85 -
CMYK 0.45 0 0.25 0.55
HSL 145.88º 0.29% 0.35% -
HSV(B) 145.88º 0.45% 0.45% -
XYZ 9.71 13.75 10.74 -
YUV 95.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 63 114 85 0.45 0 0.25 0.55 145.88 0.29 0.35
Hex 3F 72 55 2D 0 19 37 92 1D 23
Octal 77 162 125 55 0 31 67 222 35 43
Binary 111111 1110010 1010101 101101 0 11001 110111 10010010 11101 100011

Color Harmonies of #3F7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7255

Black with #3F7255

Text Example


Text Example

White with #3F7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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