Html Css Color HEX #3F7653 Amazon

📋 copy color: '#3F7653'

red 63 ◦ green 118 ◦ blue 83

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

Shades of Amazon #3F7653

Tints of Amazon #3F7653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

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

R = 23.86%
G = 44.7%
B = 31.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#3F7653 (or 0x3F7653) is known color: Amazon. HEX triplet: 3F, 76 and 53. RGB value is (63,118,83). Sum of RGB (Red+Green+Blue) = 63+118+83=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7653 is #C089AC. Grayscale: #616161. Windows color (decimal): -12618157 or 5469759. OLE color: 5469759.

HSL color Cylindrical-coordinate representation of color #3F7653: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7653 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 83 -
CMYK 0.47 0 0.30 0.54
HSL 141.82º 0.3% 0.35% -
HSV(B) 141.82º 0.47% 0.46% -
XYZ 10.09 14.64 10.48 -
YUV 97.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 63 118 83 0.47 0 0.30 0.54 141.82 0.3 0.35
Hex 3F 76 53 2F 0 1E 36 8E 1E 23
Octal 77 166 123 57 0 36 66 216 36 43
Binary 111111 1110110 1010011 101111 0 11110 110110 10001110 11110 100011

Color Harmonies of #3F7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7653

Black with #3F7653

Text Example


Text Example

White with #3F7653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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