Html Css Color HEX #3F7A5F Amazon

📋 copy color: '#3F7A5F'

red 63 ◦ green 122 ◦ blue 95

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

Shades of Amazon #3F7A5F

Tints of Amazon #3F7A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 22.5%
G = 43.57%
B = 33.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#3F7A5F (or 0x3F7A5F) is known color: Amazon. HEX triplet: 3F, 7A and 5F. RGB value is (63,122,95). Sum of RGB (Red+Green+Blue) = 63+122+95=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A5F is #C085A0. Grayscale: #656565. Windows color (decimal): -12617121 or 6257215. OLE color: 6257215.

HSL color Cylindrical-coordinate representation of color #3F7A5F: hue angle of 152.54º 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 #3F7A5F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 122 95 -
CMYK 0.48 0 0.22 0.52
HSL 152.54º 0.32% 0.36% -
HSV(B) 152.54º 0.48% 0.48% -
XYZ 11.07 15.8 13.29 -
YUV 101.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 63 122 95 0.48 0 0.22 0.52 152.54 0.32 0.36
Hex 3F 7A 5F 30 0 16 34 99 20 24
Octal 77 172 137 60 0 26 64 231 40 44
Binary 111111 1111010 1011111 110000 0 10110 110100 10011001 100000 100100

Color Harmonies of #3F7A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7A5F

Black with #3F7A5F

Text Example


Text Example

White with #3F7A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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