Html Css Color HEX #3F8952 Amazon

📋 copy color: '#3F8952'

red 63 ◦ green 137 ◦ blue 82

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

Shades of Amazon #3F8952

Tints of Amazon #3F8952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.58%

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

R = 22.34%
G = 48.58%
B = 29.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#3F8952 (or 0x3F8952) is known color: Amazon. HEX triplet: 3F, 89 and 52. RGB value is (63,137,82). Sum of RGB (Red+Green+Blue) = 63+137+82=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8952 is #C076AD. Grayscale: #6C6C6C. Windows color (decimal): -12613294 or 5409087. OLE color: 5409087.

HSL color Cylindrical-coordinate representation of color #3F8952: hue angle of 135.41º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8952 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 137 82 -
CMYK 0.54 0 0.40 0.46
HSL 135.41º 0.37% 0.39% -
HSV(B) 135.41º 0.54% 0.54% -
XYZ 12.52 19.56 11.1 -
YUV 108.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 63 137 82 0.54 0 0.40 0.46 135.41 0.37 0.39
Hex 3F 89 52 36 0 28 2E 87 25 27
Octal 77 211 122 66 0 50 56 207 45 47
Binary 111111 10001001 1010010 110110 0 101000 101110 10000111 100101 100111

Color Harmonies of #3F8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8952

Black with #3F8952

Text Example


Text Example

White with #3F8952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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