Html Css Color HEX #318644 Amazon

📋 copy color: '#318644'

red 49 ◦ green 134 ◦ blue 68

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

Shades of Amazon #318644

Tints of Amazon #318644

RGB

 RED value IS 49 (19.53% from 255) = 19.52%

 GREEN value IS 134 (52.73% from 255) = 53.39%

 BLUE value IS 68 (26.95% from 255) = 27.09%

R = 19.52%
G = 53.39%
B = 27.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#318644 (or 0x318644) is known color: Amazon. HEX triplet: 31, 86 and 44. RGB value is (49,134,68). Sum of RGB (Red+Green+Blue) = 49+134+68=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #318644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318644 is #CE79BB. Grayscale: #656565. Windows color (decimal): -13531580 or 4490801. OLE color: 4490801.

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

Color convert

RGB 49 134 68 -
CMYK 0.63 0 0.49 0.47
HSL 133.41º 0.46% 0.36% -
HSV(B) 133.41º 0.63% 0.53% -
XYZ 10.84 18.12 8.4 -
YUV 101.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 49 134 68 0.63 0 0.49 0.47 133.41 0.46 0.36
Hex 31 86 44 3F 0 31 2F 85 2E 24
Octal 61 206 104 77 0 61 57 205 56 44
Binary 110001 10000110 1000100 111111 0 110001 101111 10000101 101110 100100

Color Harmonies of #318644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318644

Black with #318644

Text Example


Text Example

White with #318644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318644; }

 p { color: rgb(49,134,68); }

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

background-color css

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

 a { background-color: rgb(49,134,68); }

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

border-color css

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

 span { border-color: rgb(49,134,68); }

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