Html Css Color HEX #318543 Amazon

📋 copy color: '#318543'

red 49 ◦ green 133 ◦ blue 67

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

Shades of Amazon #318543

Tints of Amazon #318543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

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

R = 19.68%
G = 53.41%
B = 26.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#318543 (or 0x318543) is known color: Amazon. HEX triplet: 31, 85 and 43. RGB value is (49,133,67). Sum of RGB (Red+Green+Blue) = 49+133+67=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #318543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318543 is #CE7ABC. Grayscale: #646464. Windows color (decimal): -13531837 or 4425009. OLE color: 4425009.

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

Color convert

RGB 49 133 67 -
CMYK 0.63 0 0.50 0.48
HSL 132.86º 0.46% 0.36% -
HSV(B) 132.86º 0.63% 0.52% -
XYZ 10.67 17.83 8.19 -
YUV 100.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 49 133 67 0.63 0 0.50 0.48 132.86 0.46 0.36
Hex 31 85 43 3F 0 32 30 85 2E 24
Octal 61 205 103 77 0 62 60 205 56 44
Binary 110001 10000101 1000011 111111 0 110010 110000 10000101 101110 100100

Color Harmonies of #318543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318543

Black with #318543

Text Example


Text Example

White with #318543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318543; }

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

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

background-color css

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

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

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

border-color css

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

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

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