Html Css Color HEX #3F7253 Amazon

📋 copy color: '#3F7253'

red 63 ◦ green 114 ◦ blue 83

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

Shades of Amazon #3F7253

Tints of Amazon #3F7253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 24.23%
G = 43.85%
B = 31.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#3F7253 (or 0x3F7253) is known color: Amazon. HEX triplet: 3F, 72 and 53. RGB value is (63,114,83). Sum of RGB (Red+Green+Blue) = 63+114+83=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7253 is #C08DAC. Grayscale: #5F5F5F. Windows color (decimal): -12619181 or 5468735. OLE color: 5468735.

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

Color convert

RGB 63 114 83 -
CMYK 0.45 0 0.27 0.55
HSL 143.53º 0.29% 0.35% -
HSV(B) 143.53º 0.45% 0.45% -
XYZ 9.63 13.72 10.32 -
YUV 95.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 63 114 83 0.45 0 0.27 0.55 143.53 0.29 0.35
Hex 3F 72 53 2D 0 1B 37 90 1D 23
Octal 77 162 123 55 0 33 67 220 35 43
Binary 111111 1110010 1010011 101101 0 11011 110111 10010000 11101 100011

Color Harmonies of #3F7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7253

Black with #3F7253

Text Example


Text Example

White with #3F7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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