Html Css Color HEX #3F7256 Amazon

📋 copy color: '#3F7256'

red 63 ◦ green 114 ◦ blue 86

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

Shades of Amazon #3F7256

Tints of Amazon #3F7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 23.95%
G = 43.35%
B = 32.7%

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

#3F7256 (or 0x3F7256) is known color: Amazon. HEX triplet: 3F, 72 and 56. RGB value is (63,114,86). Sum of RGB (Red+Green+Blue) = 63+114+86=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7256 is #C08DA9. Grayscale: #5F5F5F. Windows color (decimal): -12619178 or 5665343. OLE color: 5665343.

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

Color convert

RGB 63 114 86 -
CMYK 0.45 0 0.25 0.55
HSL 147.06º 0.29% 0.35% -
HSV(B) 147.06º 0.45% 0.45% -
XYZ 9.75 13.76 10.95 -
YUV 95.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 63 114 86 0.45 0 0.25 0.55 147.06 0.29 0.35
Hex 3F 72 56 2D 0 19 37 93 1D 23
Octal 77 162 126 55 0 31 67 223 35 43
Binary 111111 1110010 1010110 101101 0 11001 110111 10010011 11101 100011

Color Harmonies of #3F7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7256

Black with #3F7256

Text Example


Text Example

White with #3F7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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