Html Css Color HEX #3F8758 Amazon

📋 copy color: '#3F8758'

red 63 ◦ green 135 ◦ blue 88

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

Shades of Amazon #3F8758

Tints of Amazon #3F8758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 22.03%
G = 47.2%
B = 30.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#3F8758 (or 0x3F8758) is known color: Amazon. HEX triplet: 3F, 87 and 58. RGB value is (63,135,88). Sum of RGB (Red+Green+Blue) = 63+135+88=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8758 is #C078A7. Grayscale: #6C6C6C. Windows color (decimal): -12613800 or 5801791. OLE color: 5801791.

HSL color Cylindrical-coordinate representation of color #3F8758: hue angle of 140.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8758 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 88 -
CMYK 0.53 0 0.35 0.47
HSL 140.83º 0.36% 0.39% -
HSV(B) 140.83º 0.53% 0.53% -
XYZ 12.48 19.09 12.26 -
YUV 108.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 63 135 88 0.53 0 0.35 0.47 140.83 0.36 0.39
Hex 3F 87 58 35 0 23 2F 8D 24 27
Octal 77 207 130 65 0 43 57 215 44 47
Binary 111111 10000111 1011000 110101 0 100011 101111 10001101 100100 100111

Color Harmonies of #3F8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8758

Black with #3F8758

Text Example


Text Example

White with #3F8758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,88); }

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

background-color css

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

 a { background-color: rgb(63,135,88); }

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

border-color css

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

 span { border-color: rgb(63,135,88); }

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