Html Css Color HEX #3F7A5B Amazon

📋 copy color: '#3F7A5B'

red 63 ◦ green 122 ◦ blue 91

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

Shades of Amazon #3F7A5B

Tints of Amazon #3F7A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 22.83%
G = 44.2%
B = 32.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#3F7A5B (or 0x3F7A5B) is known color: Amazon. HEX triplet: 3F, 7A and 5B. RGB value is (63,122,91). Sum of RGB (Red+Green+Blue) = 63+122+91=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A5B is #C085A4. Grayscale: #646464. Windows color (decimal): -12617125 or 5995071. OLE color: 5995071.

HSL color Cylindrical-coordinate representation of color #3F7A5B: hue angle of 148.47º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A5B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 122 91 -
CMYK 0.48 0 0.25 0.52
HSL 148.47º 0.32% 0.36% -
HSV(B) 148.47º 0.48% 0.48% -
XYZ 10.9 15.73 12.36 -
YUV 100.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 63 122 91 0.48 0 0.25 0.52 148.47 0.32 0.36
Hex 3F 7A 5B 30 0 19 34 94 20 24
Octal 77 172 133 60 0 31 64 224 40 44
Binary 111111 1111010 1011011 110000 0 11001 110100 10010100 100000 100100

Color Harmonies of #3F7A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7A5B

Black with #3F7A5B

Text Example


Text Example

White with #3F7A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,122,91); }

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

background-color css

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

 a { background-color: rgb(63,122,91); }

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

border-color css

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

 span { border-color: rgb(63,122,91); }

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