Html Css Color HEX #3F7152 Amazon

📋 copy color: '#3F7152'

red 63 ◦ green 113 ◦ blue 82

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

Shades of Amazon #3F7152

Tints of Amazon #3F7152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 24.42%
G = 43.8%
B = 31.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#3F7152 (or 0x3F7152) is known color: Amazon. HEX triplet: 3F, 71 and 52. RGB value is (63,113,82). Sum of RGB (Red+Green+Blue) = 63+113+82=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7152 is #C08EAD. Grayscale: #5E5E5E. Windows color (decimal): -12619438 or 5402943. OLE color: 5402943.

HSL color Cylindrical-coordinate representation of color #3F7152: hue angle of 142.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7152 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 82 -
CMYK 0.44 0 0.27 0.56
HSL 142.8º 0.28% 0.35% -
HSV(B) 142.8º 0.44% 0.44% -
XYZ 9.48 13.48 10.08 -
YUV 94.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 63 113 82 0.44 0 0.27 0.56 142.8 0.28 0.35
Hex 3F 71 52 2C 0 1B 38 8F 1C 23
Octal 77 161 122 54 0 33 70 217 34 43
Binary 111111 1110001 1010010 101100 0 11011 111000 10001111 11100 100011

Color Harmonies of #3F7152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7152

Black with #3F7152

Text Example


Text Example

White with #3F7152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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