Html Css Color HEX #318643 Amazon

📋 copy color: '#318643'

red 49 ◦ green 134 ◦ blue 67

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

Shades of Amazon #318643

Tints of Amazon #318643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 19.6%
G = 53.6%
B = 26.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#318643 (or 0x318643) is known color: Amazon. HEX triplet: 31, 86 and 43. RGB value is (49,134,67). Sum of RGB (Red+Green+Blue) = 49+134+67=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #318643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318643 is #CE79BC. Grayscale: #656565. Windows color (decimal): -13531581 or 4425265. OLE color: 4425265.

HSL color Cylindrical-coordinate representation of color #318643: hue angle of 132.71º 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 #318643 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 67 -
CMYK 0.63 0 0.5 0.47
HSL 132.71º 0.46% 0.36% -
HSV(B) 132.71º 0.63% 0.53% -
XYZ 10.8 18.11 8.24 -
YUV 100.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 49 134 67 0.63 0 0.5 0.47 132.71 0.46 0.36
Hex 31 86 43 3F 0 32 2F 85 2E 24
Octal 61 206 103 77 0 62 57 205 56 44
Binary 110001 10000110 1000011 111111 0 110010 101111 10000101 101110 100100

Color Harmonies of #318643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318643

Black with #318643

Text Example


Text Example

White with #318643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318643; }

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

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

background-color css

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

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

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

border-color css

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

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

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