Html Css Color HEX #3F7252 Amazon

📋 copy color: '#3F7252'

red 63 ◦ green 114 ◦ blue 82

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

Shades of Amazon #3F7252

Tints of Amazon #3F7252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 24.32%
G = 44.02%
B = 31.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#3F7252 (or 0x3F7252) is known color: Amazon. HEX triplet: 3F, 72 and 52. RGB value is (63,114,82). Sum of RGB (Red+Green+Blue) = 63+114+82=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7252 is #C08DAD. Grayscale: #5F5F5F. Windows color (decimal): -12619182 or 5403199. OLE color: 5403199.

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

Color convert

RGB 63 114 82 -
CMYK 0.45 0 0.28 0.55
HSL 142.35º 0.29% 0.35% -
HSV(B) 142.35º 0.45% 0.45% -
XYZ 9.59 13.7 10.12 -
YUV 95.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 63 114 82 0.45 0 0.28 0.55 142.35 0.29 0.35
Hex 3F 72 52 2D 0 1C 37 8E 1D 23
Octal 77 162 122 55 0 34 67 216 35 43
Binary 111111 1110010 1010010 101101 0 11100 110111 10001110 11101 100011

Color Harmonies of #3F7252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7252

Black with #3F7252

Text Example


Text Example

White with #3F7252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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